RotationOverlay constructor

const RotationOverlay(
  1. ViewModel viewModel, {
  2. Key? key,
  3. double thresholdDeg = 10.0,
})

Implementation

const RotationOverlay(
  this.viewModel, {
  Key? key,
  this.thresholdDeg = 10.0,
}) : super(key: key);