onPositionChanged property

ValueChanged<DragballPosition> onPositionChanged
final

this function will return the value of DragballPosition every time the position changes

Implementation

final ValueChanged<DragballPosition> onPositionChanged;