ModifierUtility<T extends Attribute, Value> class abstract

Inheritance
Implementers

Constructors

ModifierUtility(T builder(Value))

Properties

align AlignModifierSpecUtility<T>
latefinal
aspectRatio AspectRatioModifierSpecUtility<T>
latefinal
builder → T Function(Value)
finalinherited
clipOval ClipOvalModifierSpecUtility<T>
latefinal
clipPath ClipPathModifierSpecUtility<T>
latefinal
clipRect ClipRectModifierSpecUtility<T>
latefinal
clipRRect ClipRRectModifierSpecUtility<T>
latefinal
clipTriangle ClipTriangleModifierSpecUtility<T>
latefinal
cursor MouseCursorModifierSpecUtility<T>
latefinal
expanded → T Function({int? flex})
latefinal
flexible FlexibleModifierSpecUtility<T>
latefinal
fractionallySizedBox FractionallySizedBoxModifierSpecUtility<T>
latefinal
hashCode int
The hash code for this object.
no setterinherited
hide → T Function()
latefinal
intrinsicHeight IntrinsicHeightModifierSpecUtility<T>
latefinal
intrinsicWidth IntrinsicWidthModifierSpecUtility<T>
latefinal
opacity OpacityModifierSpecUtility<T>
latefinal
padding SpacingUtility<T>
latefinal
rotate RotatedBoxModifierSpecUtility<T>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale → T Function(double value)
latefinal
scrollView ScrollViewModifierSpecUtility<T>
This modifier wraps the widget with a SingleChildScrollView.
latefinal
show → T Function()
latefinal
sizedBox SizedBoxModifierSpecUtility<T>
latefinal
transform TransformModifierSpecUtility<T>
latefinal
visibility VisibilityModifierSpecUtility<T>
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only(WidgetModifierSpecAttribute<WidgetModifierSpec> attribute) → T
toString() String
A string representation of this object.
inherited

Operators

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