CounterAxisAlignItems enum

Determines how the auto-layout frame’s children should be aligned in the primary axis direction.

Inheritance

Constructors

CounterAxisAlignItems()
const

Values

min → const CounterAxisAlignItems

Align children to the start of the layout grid.

center → const CounterAxisAlignItems

Align children in the center of the layout grid.

max → const CounterAxisAlignItems

Align children to the end of the layout grid.

baseline → const CounterAxisAlignItems

Align children to the baseline of the layout grid.

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