ARGestureConfig constructor

const ARGestureConfig({
  1. bool enableScale = true,
  2. bool enableRotation = true,
})

Implementation

const ARGestureConfig({
  this.enableScale = true,
  this.enableRotation = true,
});