touchCancel method

void touchCancel(
  1. dynamic dynamicPoint
)

Implementation

void touchCancel(dynamic dynamicPoint) {
  optionsParam.touches = [];
}