menu
router_pro package
documentation
router/drawer_config.dart
DrawerConfig
DrawerConfig.new const constructor
DrawerConfig.new const constructor
dark_mode
light_mode
DrawerConfig
constructor
const
DrawerConfig
(
{
bool
autoOpen
=
true
,
bool
autoClose
=
true
,
bool
isEndDrawer
=
true
,
})
Implementation
const DrawerConfig({ this.autoOpen = true, this.autoClose = true, this.isEndDrawer = true, });
router_pro package
documentation
router/drawer_config
DrawerConfig
DrawerConfig.new const constructor
DrawerConfig class