CommandBarOverflowBehavior enum

How horizontal overflow is handled for the items on the primary area of a CommandBar.

Inheritance

Constructors

CommandBarOverflowBehavior()
const

Values

scrolling → const CommandBarOverflowBehavior

Will cause items to scroll horizontally.

noWrap → const CommandBarOverflowBehavior

Will expand the size of the CommandBar based on the size of the contained items.

wrap → const CommandBarOverflowBehavior

Will wrap items onto additional lines as needed.

clip → const CommandBarOverflowBehavior

Will keep items on one line and clip as needed.

dynamicOverflow → const CommandBarOverflowBehavior

Will dynamically move overflowing items into the "secondary area" (shown as a flyout menu when the overflow item is activated).

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<CommandBarOverflowBehavior>
A constant List of the values in this enum, in order of their declaration.