Macd mixin

Superclass constraints
Mixin applications

Properties

catchController CatchController
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
lastScrollBoundary ScrollBoundary?
getter/setter pairinherited
maxLength int
finalinherited
maxScale double?
finalinherited
onScrollBoundary → void Function(ScrollBoundary boundary)?
finalinherited
paddingRight double
finalinherited
pointSpace double?
getter/setter pairinherited
pointWidth double
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<AceEntity>
finalinherited

Methods

addAll(List<AceEntity> vals) → void
inherited
addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
addValue(AceEntity value) → void
inherited
attach(AceState<AceWidget, dynamic> s) → void
inherited
calculateMACD() → void
calculateSpace() → void
inherited
clear() → void
inherited
clearMACD() → void
didUpdateWidget() → void
inherited
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
fallbackMACD(int index) → void
getLastScale() double
inherited
getMinScale() double
inherited
getMinScrollX() double
inherited
getPressOffset() Offset?
inherited
getScale() double
inherited
getScrollX() double
inherited
getSpace() double
inherited
initBoundary() → void
inherited
isKChart() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyChanged() → void
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
onHorizontalDragCancel() → void
inherited
onHorizontalDragEnd() → void
inherited
onHorizontalDragUpdate(DragUpdateDetails details) → void
inherited
onScaleEnd(ScaleEndDetails details) → void
inherited
onScaleStart(ScaleStartDetails details) → void
inherited
onScaleUpdate(ScaleUpdateDetails details) → void
inherited
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
replace(int index, AceEntity val) → void
inherited
replaceAll(List<AceEntity> vals) → void
inherited
reset() → void
inherited
setInnerWidth(double width) → void
inherited
setScrollX(double x) → void
inherited
sumTotalWidth() → void
inherited
testMostRightNotifyChanged(void next()) → void
inherited
toString() String
A string representation of this object.
inherited
updatePressOffset(Offset? offset, [bool isLong = false]) → void
inherited

Operators

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