onScaleStart method
Called when a scale gesture starts.
Implementation
void onScaleStart(ScaleStartDetails details) {
_stopAnimation();
_baseScale = _scale;
_scaledDuringGesture = false;
}
Called when a scale gesture starts.
void onScaleStart(ScaleStartDetails details) {
_stopAnimation();
_baseScale = _scale;
_scaledDuringGesture = false;
}