OptimusStackDistribution enum

Inheritance

Constructors

OptimusStackDistribution()
const

Values

basic → const OptimusStackDistribution

Default value. The space between individual items is inflexible and defined by spacing tokens.

spaceBetween → const OptimusStackDistribution

Items are evenly distributed within the stack.

stretch → const OptimusStackDistribution

Items are stretched equally to fill any available space in addition to predefined spacing 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<OptimusStackDistribution>
A constant List of the values in this enum, in order of their declaration.