FlexSpec class
Constructors
-
FlexSpec({CrossAxisAlignment? crossAxisAlignment, MainAxisAlignment? mainAxisAlignment, MainAxisSize? mainAxisSize, VerticalDirection? verticalDirection, Axis? direction, TextDirection? textDirection, TextBaseline? textBaseline, Clip? clipBehavior, double? gap, AnimatedData? animated})
-
const
-
FlexSpec.exhaustive({required CrossAxisAlignment? crossAxisAlignment, required MainAxisAlignment? mainAxisAlignment, required MainAxisSize? mainAxisSize, required VerticalDirection? verticalDirection, required Axis? direction, required TextDirection? textDirection, required TextBaseline? textBaseline, required Clip? clipBehavior, required double? gap, required AnimatedData? animated})
-
const
Methods
-
copyWith({Axis? direction, MainAxisAlignment? mainAxisAlignment, CrossAxisAlignment? crossAxisAlignment, MainAxisSize? mainAxisSize, VerticalDirection? verticalDirection, TextDirection? textDirection, TextBaseline? textBaseline, Clip? clipBehavior, double? gap, AnimatedData? animated})
→ FlexSpec
-
Creates a copy of this spec with the given fields
replaced by the non-null parameter values.
override
-
getDiff(EqualityMixin other)
→ Map<String, String>
-
inherited
-
lerp(covariant FlexSpec? other, double t)
→ FlexSpec
-
Linearly interpolate with another Spec object.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited