PreviewBoxIOS constructor

const PreviewBoxIOS({
  1. Key? key,
  2. required CameraController controller,
  3. required DeviceOrientation orientation,
})

Implementation

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