AlignmentUtility class

Alignment utility

Constructors

AlignmentUtility()

Properties

bottomCenter AlignmentAttribute
Bottom center
no setter
bottomLeft AlignmentAttribute
Bottom left
no setter
bottomRight AlignmentAttribute
Bottom right
no setter
center AlignmentAttribute
Center
no setter
centerLeft AlignmentAttribute
Center left
no setter
centerRight AlignmentAttribute
Center right
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topCenter AlignmentAttribute
Top center
no setter
topLeft AlignmentAttribute
Top left
no setter
topRight AlignmentAttribute
Top right
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
xy(double x, double y) AlignmentAttribute
Alignment on x and y axis

Operators

operator ==(Object other) bool
The equality operator.
inherited