initState method
Supply a GlobalKey to the CupertinoApp and the MaterialApp
Implementation
@override
void initState() {
super.initState();
cupertinoKey = GlobalKey();
materialKey = GlobalKey();
}
Supply a GlobalKey to the CupertinoApp and the MaterialApp
@override
void initState() {
super.initState();
cupertinoKey = GlobalKey();
materialKey = GlobalKey();
}