onScaleStart method

  1. @mustCallSuper
void onScaleStart(
  1. ScaleStartEvent event
)

Implementation

@mustCallSuper
void onScaleStart(ScaleStartEvent event) {
  _isScaling = true;
}