We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b1fea commit 928738eCopy full SHA for 928738e
lib/widgets/unread_count_badge.dart
@@ -66,7 +66,7 @@ class UnreadCountBadge extends StatelessWidget {
66
color: getBackgroundColor(),
67
),
68
child: Padding(
69
- padding: const EdgeInsetsDirectional.fromSTEB(4, 0, 4, 1),
+ padding: const EdgeInsets.fromLTRB(4, 0, 4, 1),
70
child: Text(
71
style: const TextStyle(
72
fontFamily: 'Source Sans 3',
0 commit comments