TodayDrawer constructor
const
TodayDrawer({
- Key? key,
- TodayButton? activatorButton,
- TodayLink? activatorLink,
- required String header,
- List<
TodayDrawerSection> ? sections, - Image? image,
- double drawerWidth = 284,
- Function? onShowDrawer,
- Function? onHideDrawer,
Implementation
const TodayDrawer({
super.key,
this.activatorButton,
this.activatorLink,
required this.header,
this.sections,
this.image,
this.footerCards,
this.footerButtons,
this.drawerWidth = 284,
this.footerStyle = TodayDrawerFooter.cards,
this.onShowDrawer,
this.onHideDrawer,
});