BartMenuRoute class
Constructors
- BartMenuRoute.bottomBar({required String label, required IconData icon, required String path, required BartPageBuilder pageBuilder, RouteTransitionsBuilder? transitionsBuilder, Duration? transitionDuration, bool cache = true, IconData? selectedIcon})
-
factory
- BartMenuRoute.bottomBarBuilder({required String? label, required IconBuilder builder, required String path, required BartPageBuilder pageBuilder, RouteTransitionsBuilder? transitionsBuilder, Duration? transitionDuration, bool cache = true, IconData? selectedIcon})
-
factory
- BartMenuRoute.innerRoute({required String path, required BartPageBuilder pageBuilder, RouteTransitionsBuilder? transitionsBuilder, Duration? transitionDuration, bool cache = false, bool showBottomBar = true})
-
factory
Properties
- cache ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ IconData?
-
getter/setter pair
- iconBuilder ↔ IconBuilder?
-
getter/setter pair
- label ↔ String?
-
getter/setter pair
- maintainState ↔ bool?
-
getter/setter pair
- pageBuilder ↔ BartPageBuilder
-
getter/setter pair
- path ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedIcon ↔ IconData?
-
The optional IconData that's displayed when this
NavigationDestination is selected.
Only used for material 3 style bottom bar.
getter/setter pair
- settings ↔ RouteSettings
-
getter/setter pair
- showBottomBar ↔ bool
-
getter/setter pair
- transitionDuration → Duration?
-
final
- transitionsBuilder → RouteTransitionsBuilder?
-
final
- type ↔ BartMenuRouteType
-
getter/setter pair
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