DecorateData class

Information about a piece of animation (e.g., color).

Annotations

Constructors

DecorateData({required Indicator indicator, required List<Color> colors, Color? backgroundColor, double? strokeWidth, Color? pathBackgroundColor, required bool pause})
const

Properties

backgroundColor Color?
final
colors List<Color>
It will promise at least one value in the collection.
final
hashCode int
The hash code for this object.
no setteroverride
indicator Indicator
final
pathBackgroundColor Color?
Applicable to which has cut edge of the shape
final
pause bool
Animation status, true will pause the animation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeWidth double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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