AlignSetting enum
Values
- start → const AlignSetting
-
const AlignSetting('start')
- center → const AlignSetting
-
const AlignSetting('center')
- end → const AlignSetting
-
const AlignSetting('end')
- left → const AlignSetting
-
const AlignSetting('left')
- right → const AlignSetting
-
const AlignSetting('right')
Properties
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
Static Methods
-
fromValue(
String value) → AlignSetting -
fromValues(
Iterable< String> values) → Iterable<AlignSetting>
Constants
-
values
→ const List<
AlignSetting> - A constant List of the values in this enum, in order of their declaration.