IconSpecAttribute class
- Inheritance
-
- Object
- Attribute
- StyledAttribute
- SpecAttribute<
IconSpec> - IconSpecAttribute
Constructors
-
IconSpecAttribute({double? size, ColorDto? color, double? weight, double? grade, double? opticalSize, List<
ShadowDto> ? shadows, double? fill, TextDirection? textDirection, bool? applyTextScaling, AnimatedDataDto? animated}) -
const
Properties
- animated → AnimatedDataDto?
-
finalinherited
- applyTextScaling → bool?
-
final
- color → ColorDto?
-
final
- fill → double?
-
final
- grade → double?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mergeKey → Object
-
no setterinherited
- opticalSize → double?
-
final
-
props
→ List<
Object?> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shadows
→ List<
ShadowDto> ? -
final
- size → double?
-
final
- stringify → bool
-
no setterinherited
- textDirection → TextDirection?
-
final
- weight → double?
-
final
Methods
-
getDiff(
EqualityMixin other) → Map< String, String> -
inherited
-
merge(
covariant IconSpecAttribute? other) → IconSpecAttribute -
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) → IconSpec -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited