userScaleState method

void userScaleState()

this methode is used to indicate if the user is currently zooming on the image

Implementation

void userScaleState() {
  _isscaling = !_isscaling;
  notifyListeners();
}