SplitViewSideBarRight class

Split View Layout with a side bar at right.

Constructors

SplitViewSideBarRight({required Widget leftView, required Widget rightView, required int sideBarIndex, required void onSideBarTap(int), required dynamic tabBuilder, required List<NavDestination> items})
Creates a split view layout with a sidebar on the right.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<NavDestination>
The list of navigation destinations for the sidebar.
final
leftView Widget
The widget displayed on the left side of the split view.
final
onSideBarTap → void Function(int)
The callback function to be executed on sidebar 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
sideBarIndex int
The index of the selected sidebar item.
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