We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mainAxisAlignment: MainAxisAlignment.center
1 parent 1a729b7 commit 35783f5Copy full SHA for 35783f5
lib/features/mailbox/presentation/widgets/labels/label_list_item.dart
@@ -43,15 +43,14 @@ class LabelListItem extends StatelessWidget {
43
? MailboxItemWidgetStyles.height
44
: MailboxItemWidgetStyles.mobileHeight,
45
child: Row(
46
- mainAxisAlignment: MainAxisAlignment.center,
47
children: [
48
LabelIconWidget(
49
icon: imagePaths.icTag,
50
color: label.backgroundColor,
51
padding: EdgeInsetsDirectional.only(
52
end: isDesktop
53
- ? MailboxItemWidgetStyles.mobileLabelIconSpace
54
- : MailboxItemWidgetStyles.labelIconSpace,
+ ? MailboxItemWidgetStyles.labelIconSpace
+ : MailboxItemWidgetStyles.mobileLabelIconSpace,
55
),
56
57
Expanded(
0 commit comments