UiDrawer constructor
const
UiDrawer({
- Key? key,
- required List<
Widget> items, - Widget? header,
- Color? backgroundColor,
- double elevation = 16,
- ShapeBorder? shape,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- Divider? separator,
Implementation
const UiDrawer({
super.key,
required this.items,
this.header,
this.footer,
this.backgroundColor,
this.elevation = 16,
this.shape,
this.padding = EdgeInsets.zero,
this.separator,
});