SplitViewSideBar class

Split View Layout with a side bar at left.

Constructors

SplitViewSideBar({required Widget rightView, required int sideBarIndex, required void onSideBarTap(int), required dynamic tabBuilder, required List<SidebarItemGroup> items, SideBarPosition sidebarPosition = SideBarPosition.left, required String title})
Creates a split view layout with a sidebar on the left.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<SidebarItemGroup>
The list of sidebar item groups.
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
sidebarPosition SideBarPosition
The position of the sidebar.
final
tabBuilder → dynamic
The builder for creating tabs.
final
title String
The title of the sidebar.
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