Skip to content

Commit 0c3b0ad

Browse files
committed
Merge branch 'master' of https://github.com/deepikahr/getflutter into shimmer
2 parents 38dfd5b + 8f94f32 commit 0c3b0ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)