File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ class _GFAppBarState extends State<GFAppBar> {
304
304
assert (! widget.primary || debugCheckHasMediaQuery (context));
305
305
assert (debugCheckHasMaterialLocalizations (context));
306
306
final ThemeData theme = Theme .of (context);
307
- final AppBarTheme appBarTheme = AppBarTheme .of (context);
307
+ final appBarTheme = AppBarTheme .of (context);
308
308
final ScaffoldState scaffold = Scaffold .of (context);
309
309
final ModalRoute <dynamic >? parentRoute = ModalRoute .of (context);
310
310
final bool hasDrawer = scaffold.hasDrawer;
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ class GFCard extends StatelessWidget {
115
115
116
116
@override
117
117
Widget build (BuildContext context) {
118
- final CardThemeData cardTheme = CardTheme .of (context);
118
+ final cardTheme = CardTheme .of (context);
119
119
120
120
final Widget cardChild = Padding (
121
121
padding: padding,
You can’t perform that action at this time.
0 commit comments