menu
awesome_drawer package
documentation
drawer/drawer.dart
CustomDrawer
CustomDrawer constructor
CustomDrawer constructor
dark_mode
light_mode
CustomDrawer
constructor
CustomDrawer
(
{
Key
?
key
,
Color
?
backgroundColor
,
double
?
width
,
String
?
label
,
})
Implementation
CustomDrawer({Key? key, this.backgroundColor, this.width, this.label }) : super(key: key);
awesome_drawer package
documentation
drawer/drawer
CustomDrawer
CustomDrawer constructor
CustomDrawer class