MainAxisAlignmentUtility<T extends Attribute> class
final
- Inheritance
-
- Object
- MixUtility<
T, MainAxisAlignment> - MainAxisAlignmentUtility
- Annotations
-
- @MixableEnumUtility()
Constructors
- MainAxisAlignmentUtility(T builder(MainAxisAlignment))
-
const
Properties
- builder → T Function(MainAxisAlignment)
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
MainAxisAlignment value) → T -
Creates an Attribute instance with the specified MainAxisAlignment value.
inherited
-
center(
) → T -
Creates an Attribute instance with MainAxisAlignment.center value.
inherited
-
end(
) → T -
Creates an Attribute instance with MainAxisAlignment.end value.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
spaceAround(
) → T -
Creates an Attribute instance with MainAxisAlignment.spaceAround value.
inherited
-
spaceBetween(
) → T -
Creates an Attribute instance with MainAxisAlignment.spaceBetween value.
inherited
-
spaceEvenly(
) → T -
Creates an Attribute instance with MainAxisAlignment.spaceEvenly value.
inherited
-
start(
) → T -
Creates an Attribute instance with MainAxisAlignment.start value.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited