FlexSpecUtility<T extends Attribute> class

Inheritance

Constructors

FlexSpecUtility(T builder(FlexSpecAttribute))

Properties

animated AnimatedUtility<T>
no setterinherited
builder → T Function(FlexSpecAttribute)
finalinherited
clipBehavior ClipUtility<T>
latefinal
column → T Function()
latefinal
crossAxisAlignment CrossAxisAlignmentUtility<T>
latefinal
direction AxisUtility<T>
latefinal
gap SpacingSideUtility<T>
latefinal
hashCode int
The hash code for this object.
no setterinherited
mainAxisAlignment MainAxisAlignmentUtility<T>
latefinal
mainAxisSize MainAxisSizeUtility<T>
latefinal
row → T Function()
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBaseline TextBaselineUtility<T>
latefinal
textDirection TextDirectionUtility<T>
latefinal
verticalDirection VerticalDirectionUtility<T>
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({Axis? direction, MainAxisAlignment? mainAxisAlignment, CrossAxisAlignment? crossAxisAlignment, MainAxisSize? mainAxisSize, VerticalDirection? verticalDirection, TextDirection? textDirection, TextBaseline? textBaseline, Clip? clipBehavior, double? gap, AnimatedDataDto? animated}) → T
override
toString() String
A string representation of this object.
inherited

Operators

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