DDSDrawer constructor
const
DDSDrawer({
- Key? key,
- Widget? contents,
- required DrawerVariant variant,
- Widget? header,
- HeaderContents? headerContents,
- double? width,
- Color? contentColor,
- Color? headerColor,
Implementation
const DDSDrawer({
Key? key,
this.contents,
required this.variant,
this.header,
this.headerContents,
this.footer,
this.footerContents,
this.width,
this.contentColor,
this.footerColor,
this.headerColor,
}) : super(key: key);