ChartController<T extends ChartState> class
Constructors
Properties
Methods
-
addListener(
ChartControllerListener callback) → void -
attach(
T state) → void -
detach(
T state) → void -
findStateByHitTest(
Offset point) → T? -
findStateByKey(
dynamic key) → T? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
removeListener(
ChartControllerListener callback) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited