InlineAlignment enum

Inheritance
Available extensions

Values

topTo → const InlineAlignment
const InlineAlignment(0)
centerTo → const InlineAlignment
const InlineAlignment(1)
baselineTo → const InlineAlignment
const InlineAlignment(3)
bottomTo → const InlineAlignment
const InlineAlignment(2)
toTop → const InlineAlignment
const InlineAlignment(0)
toCenter → const InlineAlignment
const InlineAlignment(4)
toBaseline → const InlineAlignment
const InlineAlignment(8)
toBottom → const InlineAlignment
const InlineAlignment(12)
top → const InlineAlignment
const InlineAlignment(0)
center → const InlineAlignment
const InlineAlignment(5)
bottom → const InlineAlignment
const InlineAlignment(14)
imageMask → const InlineAlignment
const InlineAlignment(3)
textMask → const InlineAlignment
const InlineAlignment(12)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
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

Static Properties

sTypeInfo PrimitiveTypeInfo<InlineAlignment>
final

Constants

values → const List<InlineAlignment>
A constant List of the values in this enum, in order of their declaration.