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.
2 parents 1373d22 + dd1c740 commit 8f94f32Copy full SHA for 8f94f32
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