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();
}
this methode is used to indicate if the user is currently zooming on the image
void userScaleState() {
_isscaling = !_isscaling;
notifyListeners();
}