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.
1 parent 43cb14b commit 6bb09a0Copy full SHA for 6bb09a0
lib/components/list_tile/gf_list_tile.dart
@@ -65,7 +65,7 @@ class GFListTile extends StatelessWidget {
65
titleText != null
66
? Text(
67
titleText,
68
- style: TextStyle(
+ style: const TextStyle(
69
fontSize: 17,
70
fontWeight: FontWeight.w500,
71
color: GFColors.DARK),
0 commit comments