SpinButtonPlacementMode enum

Inheritance

Constructors

SpinButtonPlacementMode()
const

Values

inline → const SpinButtonPlacementMode

Two buttons will be added as a suffix of the number box field. A button for increment the value and a button for decrement the value.

compact → const SpinButtonPlacementMode

An overlay is open when the widget has the focus with a "up" and a "down" buttons are added for increment or decrement the value of the number box.

none → const SpinButtonPlacementMode

No buttons are added to the text field.

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