TabInfo class
Wrapper around PageRouteInfo
to provide the tab information to display
in the bottom navigation bar.
Constructors
- TabInfo.new({required PageRouteInfo route, required IconData icon, required String label})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData
-
The icon displayed in the bottom navigation bar.
final
- label → String
-
The label of this tab in the bottom navigation bar.
final
- route → PageRouteInfo
-
AutoRoute route description.
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