TodayNavigationItem constructor
TodayNavigationItem({
- required String label,
- TodaySvgIcon? icon,
- Function? onTap,
- bool hasAction = false,
- String? actionTooltip,
- Function? onAction,
- bool selected = false,
- List<
TodayNavigationItem> ? children,
Implementation
TodayNavigationItem({
required this.label,
this.icon,
this.onTap,
this.hasAction = false,
this.actionTooltip,
this.onAction,
this.selected = false,
this.children,
});