CrossAxisAlignmentUtility<T extends Attribute> class

A utility class for creating Attribute instances from CrossAxisAlignment values.

This class extends ScalarUtility and provides methods to create Attribute instances from predefined CrossAxisAlignment values.

Inheritance

Constructors

CrossAxisAlignmentUtility(T builder(CrossAxisAlignment))
const

Properties

builder → T Function(CrossAxisAlignment)
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

baseline() → T
Creates an Attribute instance with CrossAxisAlignment.baseline.
call(CrossAxisAlignment value) → T
inherited
center() → T
Creates an Attribute instance with CrossAxisAlignment.center.
end() → T
Creates an Attribute instance with CrossAxisAlignment.end.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → T
Creates an Attribute instance with CrossAxisAlignment.start.
stretch() → T
Creates an Attribute instance with CrossAxisAlignment.stretch.
toString() String
A string representation of this object.
inherited

Operators

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