Skip to content

Commit cdcb1bc

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 794544c commit cdcb1bc

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
@@ -1456,7 +1456,6 @@ class _SenderRow extends StatelessWidget {
14561456
return Padding(
14571457
padding: const EdgeInsets.fromLTRB(16, 2, 16, 0),
14581458
child: Row(
1459-
mainAxisAlignment: MainAxisAlignment.spaceBetween,
14601459
crossAxisAlignment: CrossAxisAlignment.baseline,
14611460
textBaseline: localizedTextBaseline(context),
14621461
children: [

0 commit comments

Comments
 (0)