SideMenuDisplayMode enum

Inheritance

Constructors

SideMenuDisplayMode()
const

Values

auto → const SideMenuDisplayMode

Let the Sidemenu decide what display mode should be used based on the width. This is used by default on Sidemenu. In Auto mode, the Sidemenu adapts between compact, and then open as the window gets wider.

open → const SideMenuDisplayMode

The pane is expanded and positioned to the left of the content.

Use open mode when:

  • You have 5-10 equally important top-level navigation categories.
  • You want navigation categories to be very prominent, with less space for other app content.
compact → const SideMenuDisplayMode

The Sidemenu shows only icons until opened and is positioned to the left of the content.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<SideMenuDisplayMode>
A constant List of the values in this enum, in order of their declaration.