handleScaleStart method
Implementation
void handleScaleStart(ScaleStartDetails details) {
defaultPanel();
if (cameraController == null || pointers != 2) {
return;
}
_baseScale = _currentScale;
_showFocus = false;
focusController.sink.add(true);
}