Skip to content

Commit c2c2a6e

Browse files
Update lib/components/card/gf_card.dart
1 parent 8b1bc15 commit c2c2a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/card/gf_card.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class GFCard extends StatelessWidget {
115115

116116
@override
117117
Widget build(BuildContext context) {
118-
final CardThemeData cardTheme = CardTheme.of(context);
118+
final CardTheme cardTheme = CardTheme.of(context);
119119

120120
final Widget cardChild = Padding(
121121
padding: padding,

0 commit comments

Comments
 (0)