Skip to content

Commit 6bb09a0

Browse files
committed
added const to gf-tile
1 parent 43cb14b commit 6bb09a0

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)