setLeftDrag method

dynamic setLeftDrag(
  1. bool isLeftDrag
)

Implementation

setLeftDrag(bool isLeftDrag) {
  this._leftDrag = isLeftDrag;
}