BartMenuRoute class
Constructors
- BartMenuRoute.bottomBar({required String label, required IconData icon, required String path, required BartPageBuilder pageBuilder, RouteTransitionsBuilder? transitionsBuilder, Duration? transitionDuration, bool cache = true})
-
factory
- BartMenuRoute.innerRoute({required String path, required BartPageBuilder pageBuilder, RouteTransitionsBuilder? transitionsBuilder, Duration? transitionDuration, bool cache = false})
-
factory
Properties
- cache ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ IconData?
-
getter/setter pair
- label ↔ String?
-
getter/setter pair
- maintainState ↔ bool?
-
getter/setter pair
- pageBuilder ↔ BartPageBuilder
-
getter/setter pair
- path ↔ String
-
getter/setter pair
- routingType ↔ BartMenuRouteType
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings ↔ RouteSettings
-
getter/setter pair
- transitionDuration → Duration?
-
final
- transitionsBuilder → RouteTransitionsBuilder?
-
final
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