MenuDrawer constructor
MenuDrawer({})
Implementation
MenuDrawer({
required this.items,
this.collapsible: false,
this.header,
this.hideHeaderOnCollapse: true,
this.background: Colors.white,
Key? key,
}) : super(key: key);