DrawerWidget constructor
const
DrawerWidget({
- required List<
DrawerItem> items, - Widget? header,
- Key? key,
Creates a DrawerWidget.
Implementation
const DrawerWidget({
required this.items,
this.header,
this.footer,
super.key,
});