AnimatedChartState class abstract
- Inheritance
-
- Object
- Listenable
- ChartState
- AnimatedChartState
- Implementers
Constructors
- AnimatedChartState.new({required TickerProvider vsync})
Properties
-
animationMap
→ HashMap<
String, ({AnimationController controller, Curve curve, Tween< double> tween})> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → dynamic
-
Returns the key for comparing about the chart state.
no setterinherited
-
listeners
→ ObserverList<
VoidCallback> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → double
-
Returns the value for about the chart data.
no setterinherited
- vsync → TickerProvider
-
final
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object notifies its listeners.
override
-
animateTo(
String key, double from, double to, Duration duration, Curve curve) → void -
animationValueOf(
String key) → double? -
hitTest(
Offset point) → bool -
Returns whether a given offset fits the chart position.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that the
object notifies.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited