SplitViewBottomBarBottom class
Split View Layout with bottom bar at the bottom.
Constructors
-
SplitViewBottomBarBottom({required Widget rightView, required int bottomBarIndex, required void onBottomBarTap(int), required dynamic tabBuilder, required List<
NavDestination> items, double sideBarWidth = 350, SideBarPosition sidebarPosition = SideBarPosition.left}) -
Creates a split view layout with a bottom bar.
const
Properties
- bottomBarIndex → int
-
The index of the selected bottom bar item.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
NavDestination> -
The list of navigation destinations for the bottom bar.
final
- onBottomBarTap → void Function(int)
-
The callback function to be executed on bottom bar item tap.
final
- rightView → Widget
-
The widget displayed on the right side of the split view.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The position of the sidebar.
final
- sideBarWidth → double
-
The width of the sidebar.
final
- tabBuilder → dynamic
-
The builder for creating tabs.
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