AlignmentUtility class Null safety
Constructors
- AlignmentUtility()
-
const
Properties
- bottomCenter → AlignmentAttribute
-
The center point along the bottom edge.
read-only
- bottomLeft → AlignmentAttribute
-
The bottom left corner.
read-only
- bottomRight → AlignmentAttribute
-
The bottom right corner.
read-only
- center → AlignmentAttribute
-
The center point, both horizontally and vertically.
read-only
- centerLeft → AlignmentAttribute
-
The center point along the left edge.
read-only
- centerRight → AlignmentAttribute
-
The center point along the right edge.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- topCenter → AlignmentAttribute
-
The center point along the top edge.
read-only
- topLeft → AlignmentAttribute
-
The top left corner.
read-only
- topRight → AlignmentAttribute
-
The top right corner.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited