menu
router_pro package
documentation
router/drawer_config.dart
DrawerConfig
isEndDrawer property
isEndDrawer property
dark_mode
light_mode
isEndDrawer
property
bool
isEndDrawer
final
是否为右侧抽屉(endDrawer) true: 右侧抽屉(endDrawer) false: 左侧抽屉(drawer)
Implementation
final bool isEndDrawer;
router_pro package
documentation
router/drawer_config
DrawerConfig
isEndDrawer property
DrawerConfig class