AttendanceAcknowledgementRoute constructor
AttendanceAcknowledgementRoute({
- Key? key,
- AttendanceLocalization? appLocalizations,
- required String label,
- String? subLabel,
- String? description,
- Widget? descriptionWidget,
- void action()?,
- String? actionLabel,
- IconData? icon,
- Color? color,
- bool enableBackToSearch = true,
- void secondaryAction()?,
- String? secondaryLabel,
- List<
PageRouteInfo> ? children,
Implementation
AttendanceAcknowledgementRoute({
_i6.Key? key,
_i7.AttendanceLocalization? appLocalizations,
required String label,
String? subLabel,
String? description,
_i6.Widget? descriptionWidget,
void Function()? action,
String? actionLabel,
_i6.IconData? icon,
_i8.Color? color,
bool enableBackToSearch = true,
void Function()? secondaryAction,
String? secondaryLabel,
List<_i5.PageRouteInfo>? children,
}) : super(
AttendanceAcknowledgementRoute.name,
args: AttendanceAcknowledgementRouteArgs(
key: key,
appLocalizations: appLocalizations,
label: label,
subLabel: subLabel,
description: description,
descriptionWidget: descriptionWidget,
action: action,
actionLabel: actionLabel,
icon: icon,
color: color,
enableBackToSearch: enableBackToSearch,
secondaryAction: secondaryAction,
secondaryLabel: secondaryLabel,
),
initialChildren: children,
);