FlexSpecAttribute class
- Inheritance
-
- Object
- Attribute
- StyledAttribute
- SpecAttribute<
FlexSpec> - FlexSpecAttribute
Constructors
- FlexSpecAttribute({Axis? direction, MainAxisAlignment? mainAxisAlignment, CrossAxisAlignment? crossAxisAlignment, MainAxisSize? mainAxisSize, VerticalDirection? verticalDirection, TextDirection? textDirection, TextBaseline? textBaseline, Clip? clipBehavior, double? gap, AnimatedDataDto? animated})
-
const
Properties
- animated → AnimatedDataDto?
-
finalinherited
- clipBehavior → Clip?
-
final
- crossAxisAlignment → CrossAxisAlignment?
-
final
- direction → Axis?
-
final
- gap → double?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainAxisAlignment → MainAxisAlignment?
-
final
- mainAxisSize → MainAxisSize?
-
final
- mergeKey → Object
-
no setterinherited
-
props
→ List<
Object?> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool
-
no setterinherited
- textBaseline → TextBaseline?
-
final
- textDirection → TextDirection?
-
final
- verticalDirection → VerticalDirection?
-
final
Methods
-
getDiff(
EqualityMixin other) → Map< String, String> -
inherited
-
merge(
covariant FlexSpecAttribute? other) → FlexSpecAttribute -
Merges this object with
other, returning a new object of typeT.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
MixData mix) → FlexSpec -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
of(
MixData mix) → FlexSpecAttribute