PaintHolder<Data extends BaseChartData> class
Holds data for painting on canvas
Constructors
- PaintHolder(Data data, Data targetData, double textScale)
- Holds data for painting on canvas
Properties
- data → Data
-
data is what we need to show frame by frame (it might be changed by an animator)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetData → Data
-
targetData is the target of animation that is playing.
final
- textScale → double
-
system textScale
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited