KChartController class

Constructors

KChartController()

Properties

currentScale → double
no setter
hashCode → int
The hash code for this object.
no setterinherited
hasSavedState → bool
no setter
isAtMaxScale → bool
no setter
isAtMinScale → bool
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearSavedState() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetScale() → Future<void>
restoreScaleState() → Future<void>
saveScaleState() → void
scaleTo(double targetScale, {Duration? duration, Offset? center}) → Future<void>
toString() → String
A string representation of this object.
inherited
triggerHaptic({String type = 'light'}) → void
zoomIn({double factor = 1.2}) → Future<void>
zoomOut({double factor = 1.2}) → Future<void>

Operators

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