AlignSelf enum

Inheritance

Constructors

AlignSelf(String value)
const

Values

auto → const AlignSelf
const AlignSelf('auto')
normal → const AlignSelf
const AlignSelf('normal')
stretch → const AlignSelf
const AlignSelf('stretch')
center → const AlignSelf
const AlignSelf('center')
start → const AlignSelf
const AlignSelf('start')
end → const AlignSelf
const AlignSelf('end')
baseline → const AlignSelf
const AlignSelf('baseline')
inherit → const AlignSelf
const AlignSelf('inherit')
initial → const AlignSelf
const AlignSelf('initial')
revert → const AlignSelf
const AlignSelf('revert')
revertLayer → const AlignSelf
const AlignSelf('revert-layer')
unset → const AlignSelf
const AlignSelf('unset')

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
value String
The css value
final

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