onZoomChanged method

void onZoomChanged()

Implementation

void onZoomChanged() {
  if (mounted) {
    setState(() {});
  }
}