ResponsiveCrossAlignment enum

How Responsive should align columns within a run in the cross axis.

Inheritance

Constructors

ResponsiveCrossAlignment()
const

Values

start → const ResponsiveCrossAlignment

Place the columns as close to the start of the run in the cross axis as possible.

end → const ResponsiveCrossAlignment

Place the columns as close to the end of the run in the cross axis as possible.

center → const ResponsiveCrossAlignment

Place the columns as close to the middle of the run in the cross axis as possible.

stretch → const ResponsiveCrossAlignment

Each column will be made to match in height to the tallest column before stetching. The columns will be placed to the start of the run in the cross axis.

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