Skip to content

Commit e672a29

Browse files
chrisbobbegnprice
authored andcommitted
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 86137cd commit e672a29

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
@@ -1703,7 +1703,6 @@ class _SenderRow extends StatelessWidget {
17031703
return Padding(
17041704
padding: const EdgeInsets.fromLTRB(16, 2, 16, 0),
17051705
child: Row(
1706-
mainAxisAlignment: MainAxisAlignment.spaceBetween,
17071706
crossAxisAlignment: CrossAxisAlignment.baseline,
17081707
textBaseline: localizedTextBaseline(context),
17091708
children: [

0 commit comments

Comments
 (0)