SplitMode enum

Controls the way the Dashboard views split.

Values

horizontal → const SplitMode

Two views are split horizontally, one atop the other.

const SplitMode("Top and bottom")
vertical → const SplitMode

Two views are split vertically, side-by-side.

const SplitMode("Side by side")

Properties

hashCode → int
The hash code for this object.
no setterinherited
humanName → String
The name to show in the UI.
final
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<SplitMode>
A constant List of the values in this enum, in order of their declaration.