Skip to content

Commit dd1c740

Browse files
authored
Merge pull request #104 from shravyackm/loader
added const to gf-tile
2 parents 39c52e7 + 6bb09a0 commit dd1c740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/list_tile/gf_list_tile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class GFListTile extends StatelessWidget {
6565
titleText != null
6666
? Text(
6767
titleText,
68-
style: TextStyle(
68+
style: const TextStyle(
6969
fontSize: 17,
7070
fontWeight: FontWeight.w500,
7171
color: GFColors.DARK),

0 commit comments

Comments
 (0)