fix: APL
This commit is contained in:
parent
19109e28f3
commit
b86e88ef87
2 changed files with 3 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue