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