flutter 小说项目.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
1.使用Scaffold.of(context).openEndDrawer();我只知道在同一级里面打开。这里不多讲 [Scaffold.of(context).openDrawer();] 2.使用全局GlobalKey 打开抽屉(无论抽屉放在哪里都可以打开抽屉) [final GlobalKey globalkey = GlobalKey();] [key: globalkey,] [endDrawer: customEndDrawer(),] [globalkey.currentState!.openEndDrawer();] 作者:骑着雅迪小毛驴上班的老瞿 链接:https://www.jianshu.com/p/da0837998a65 来源:简书