TodayPage constructor
const
TodayPage({
- Key? key,
- required String title,
- String? description,
- List<
TodayBadge> ? badges, - List<
TodayButton> ? primaryActions, - List<
TodayLink> ? secondaryActions, - List<
TodayDropdown> ? tertiaryActions, - TodayTab? tab,
- TodayBreadcrumb? breadcrumb,
- bool useDivider = true,
Implementation
const TodayPage({
super.key,
required this.title,
this.description,
this.badges,
this.primaryActions,
this.secondaryActions,
this.tertiaryActions,
this.tab,
this.breadcrumb,
this.useDivider = true,
});