IconSpecUtility<T extends Attribute> class

Inheritance

Constructors

IconSpecUtility(T builder(IconSpecAttribute))

Properties

applyTextScaling BoolUtility<T>
latefinal
builder → T Function(IconSpecAttribute)
finalinherited
color ColorUtility<T>
latefinal
fill DoubleUtility<T>
latefinal
grade DoubleUtility<T>
latefinal
hashCode int
The hash code for this object.
no setterinherited
opticalSize DoubleUtility<T>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow ShadowUtility<T>
latefinal
shadows ShadowListUtility<T>
latefinal
size DoubleUtility<T>
latefinal
weight DoubleUtility<T>
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({ColorDto? color, double? size, double? weight, double? grade, double? opticalSize, List<ShadowDto>? shadows, double? fill, bool? applyTextScaling}) → T
override
toString() String
A string representation of this object.
inherited

Operators

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