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.
1 parent 6fc73c7 commit fa9b7bbCopy full SHA for fa9b7bb
lib/components/card/gf_card.dart
@@ -115,7 +115,7 @@ class GFCard extends StatelessWidget {
115
116
@override
117
Widget build(BuildContext context) {
118
- final CardThemeData cardTheme = Theme.of(context).cardTheme;
+ final CardThemeData cardTheme = CardTheme.of(context);
119
120
final Widget cardChild = Padding(
121
padding: padding,
0 commit comments