VerticalAlignment enum
Defines vertical alignment options.
Each value represents a vertical positioning strategy and is associated with a numeric raw value for interoperability with external systems (e.g., platform channels or serialized data).
Constructors
- VerticalAlignment(int rawValue)
-
Creates a VerticalAlignment with the given integer representation.
const
Values
- top → const VerticalAlignment
-
Aligns content to the top.
const VerticalAlignment(0) - middle → const VerticalAlignment
-
Aligns content to the vertical center.
const VerticalAlignment(1) - bottom → const VerticalAlignment
-
Aligns content to the bottom.
const VerticalAlignment(2)
Properties
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<
VerticalAlignment> - A constant List of the values in this enum, in order of their declaration.