ResponsiveAlignment enum

How ResponsiveRow should align objects.

Used both to align columns within a run in the main axis as well as to align the runs themselves in the cross axis.

Inheritance

Constructors

ResponsiveAlignment()
const

Values

start → const ResponsiveAlignment

Place the objects as close to the start of the axis as possible.

end → const ResponsiveAlignment

Place the objects as close to the end of the axis as possible.

center → const ResponsiveAlignment

Place the objects as close to the middle of the axis as possible.

spaceBetween → const ResponsiveAlignment

Place the free space evenly between the objects.

spaceAround → const ResponsiveAlignment

Place the free space evenly between the objects as well as half of that space before and after the first and last objects.

spaceEvenly → const ResponsiveAlignment

Place the free space evenly between the objects as well as before and after the first and last objects.

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