This commit is contained in:
Christian Pauly 2021-01-18 10:07:37 +01:00
commit b86e88ef87
2 changed files with 3 additions and 2 deletions

View file

@ -37,7 +37,7 @@ void main() async {
}
class App extends StatelessWidget {
final GlobalKey<AdaptivePageLayoutState> _apl =
static final GlobalKey<AdaptivePageLayoutState> _apl =
GlobalKey<AdaptivePageLayoutState>();
@override
Widget build(BuildContext context) {