ThemedNavigatorAction class

Inheritance

Constructors

ThemedNavigatorAction({Widget? label, String? labelText, IconData? icon, required VoidCallback onTap, bool highlight = false, bool forceOnTap = false})
ThemedNavigatorAction is a helper class to handle the actions of the view.

Properties

forceOnTap bool
forceOnTap indicates if the action should be forced to be tapped.
final
hashCode int
The hash code for this object.
no setterinherited
highlight bool
highlight indicates if the action is highlighted.
final
icon IconData?
icon is the icon of the view.
final
label Widget?
label is the label of the view. Prevent use label and labelText at the same time.
finalinherited
labelText String?
labelText is the label of the view. Prevent use label and labelText at the same time.
finalinherited
onTap VoidCallback
onTap is the action to be executed when the item is tapped.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited