TodayNavigationFooter constructor
TodayNavigationFooter({
- String? label,
- Widget? child,
- TodaySvgIcon? icon,
- Function? onTap,
Implementation
TodayNavigationFooter({
this.label,
this.child,
this.icon,
this.onTap,
});