我的抽屉没有在脚手架上打开。
我有自动添加的菜单按钮,但即使我添加此代码,它仍然无法打开。
leading: IconButton(
icon: Icon(Icons.menu),
onPressed: () {
scaffoldKey.currentState.openDrawer();
},
),
这是我的抽屉。我尝试空Drawer
也无济于事。
drawer: Drawer(
child: ListView(
children: <Widget>[
Text(
"De'luvry",
style: dancingTextStyle.copyWith(color: kLime, fontSize: 16.0),
),
Text("Deluvry", style: kDeluvryTheme.primaryTextTheme.title)
],
),
),
您建议尝试哪些步骤,看看为什么会发生这种情况?
编辑:它可以在iOS模拟器上运行,但在Android安装程序上它没有。[✓] Flutter (Channel beta, v0.4.4, on Mac OS X 10.13.4 17E202, locale en-HR)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.3)
[✓] Android Studio (version 3.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2018.1.2)
[✓] Connected devices (1 available)