ControllerValue constructor

const ControllerValue({
  1. CameraController? controller,
  2. bool isReady = false,
  3. String? error,
})

Implementation

const ControllerValue({
  this.controller,
  this.isReady = false,
  this.error,
});