Skip to content

Commit becfbce

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 f191080 commit becfbce

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
@@ -1517,7 +1517,6 @@ class _SenderRow extends StatelessWidget {
15171517
return Padding(
15181518
padding: const EdgeInsets.fromLTRB(16, 2, 16, 0),
15191519
child: Row(
1520-
mainAxisAlignment: MainAxisAlignment.spaceBetween,
15211520
crossAxisAlignment: CrossAxisAlignment.baseline,
15221521
textBaseline: localizedTextBaseline(context),
15231522
children: [

0 commit comments

Comments
 (0)