UCameraRange constructor

const UCameraRange(
  1. double min,
  2. double max, {
  3. double step = 0,
  4. bool supported = true,
})

Implementation

const UCameraRange(this.min, this.max, {this.step = 0, this.supported = true});