ModulaDrawer constructor
const
ModulaDrawer({
- required List<
ModulaDrawerItem> items, - Key? key,
- Widget? header,
- Color? backgroundColor,
- double width = 280,
- EdgeInsetsGeometry? padding,
Implementation
const ModulaDrawer({
required this.items,
super.key,
this.header,
this.footer,
this.backgroundColor,
this.width = 280,
this.padding,
});