menu
flcore package
documentation
ui/widgets/overlays/fl_drawer.dart
FlDrawer
FlDrawer.new const constructor
FlDrawer.new const constructor
dark_mode
light_mode
FlDrawer
constructor
const
FlDrawer
(
{
Key
?
key
,
required
Widget
child
,
double
?
width
,
})
Implementation
const FlDrawer({ super.key, required this.child, this.width, });
flcore package
documentation
ui/widgets/overlays/fl_drawer
FlDrawer
FlDrawer.new const constructor
FlDrawer class