onPanUpdate method

void onPanUpdate(
  1. Offset offset
)

Implementation

void onPanUpdate(Offset offset) {
  _setTransform(offset);
}