AttendanceAcknowledgementRouteArgs class
Constructors
- AttendanceAcknowledgementRouteArgs({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})
-
const
Properties
- action → void Function()?
-
final
- actionLabel → String?
-
final
- appLocalizations → AttendanceLocalization?
-
final
- color → Color?
-
final
- description → String?
-
final
- descriptionWidget → Widget?
-
final
- enableBackToSearch → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData?
-
final
- key → Key?
-
final
- label → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryAction → void Function()?
-
final
- secondaryLabel → String?
-
final
- subLabel → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited