Skip to content

Commit

Permalink
refactor: making BackdropScaffoldState.scaffoldKey non-null with `l…
Browse files Browse the repository at this point in the history
…ate` (#114)
  • Loading branch information
daadu committed Jan 5, 2022
1 parent b7c46d6 commit e623fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/scaffold.dart
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class BackdropScaffoldState extends State<BackdropScaffold>
/// Key for accessing the underlying [ScaffoldState].
///
/// It exposes state of [Scaffold] used internally by [BackdropScaffold].
GlobalKey<ScaffoldState>? scaffoldKey;
late GlobalKey<ScaffoldState> scaffoldKey;
double _backPanelHeight = 0;
double _subHeaderHeight = 0;

Expand Down

0 comments on commit e623fb8

Please sign in to comment.