Skip to content

Commit 7e4b750

Browse files
committed
msglist [nfc]: Remove a no-op MainAxisAlignment.spaceBetween in _SenderRow
No-op because the child Flexible -> GestureDetector -> Row has the default MainAxisSize.max, filling the available space, leaving none that would be controlled by spaceBetween.
1 parent 17263ea commit 7e4b750

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/widgets/message_list.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,6 @@ class _SenderRow extends StatelessWidget {
14501450
return Padding(
14511451
padding: const EdgeInsets.fromLTRB(16, 2, 16, 0),
14521452
child: Row(
1453-
mainAxisAlignment: MainAxisAlignment.spaceBetween,
14541453
crossAxisAlignment: CrossAxisAlignment.baseline,
14551454
textBaseline: localizedTextBaseline(context),
14561455
children: [

0 commit comments

Comments
 (0)