PreviewBox constructor

const PreviewBox({
  1. Key? key,
  2. required CameraController controller,
  3. required DeviceOrientation orientation,
  4. required bool fourThree,
})

Implementation

const PreviewBox({
  super.key,
  required this.controller,
  required this.orientation,
  required this.fourThree,
});