handleScaleStart method
Handle when the scale gesture start. 处理缩放开始的手势
Implementation
void handleScaleStart(ScaleStartDetails details) {
baseZoom = currentZoom;
}
Handle when the scale gesture start. 处理缩放开始的手势
void handleScaleStart(ScaleStartDetails details) {
baseZoom = currentZoom;
}