ScaleGestureDetector constructor

const ScaleGestureDetector({
  1. Key? key,
  2. required MapModel mapModel,
  3. double thresholdDeg = 10.0,
})

Implementation

const ScaleGestureDetector({super.key, required this.mapModel, this.thresholdDeg = 10.0});