Skip to content

Commit 77b51a9

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 fc63e7b commit 77b51a9

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

0 commit comments

Comments
 (0)