PrimaryAxisAlignItems enum

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

Inheritance

Constructors

PrimaryAxisAlignItems()
const

Values

min → const PrimaryAxisAlignItems

Children are aligned to the beginning of the axis.

center → const PrimaryAxisAlignItems

Children are aligned to the center in horizontal layouts and to the middle in vertical layouts.

max → const PrimaryAxisAlignItems

Children are aligned to the end of the axis.

spaceBetween → const PrimaryAxisAlignItems

Children are spaced with the maximum amount of space between them.

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