PanelySidebarConfiguration class
Constructors
- PanelySidebarConfiguration({PanelySidebarPosition position = PanelySidebarPosition.left, PanelySidebarViewMode viewMode = PanelySidebarViewMode.responsive, PanelyResponsiveSidebarConfiguration responsive = const PanelyResponsiveSidebarConfiguration()})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- position → PanelySidebarPosition
-
final
- responsive → PanelyResponsiveSidebarConfiguration
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewMode → PanelySidebarViewMode
-
final
Methods
-
getCurrentView(
BuildContext context) → PanelySidebarViewMode -
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