PreviewBoxIOS constructor
const
PreviewBoxIOS({
- Key? key,
- required CameraController controller,
- required DeviceOrientation orientation,
Implementation
const PreviewBoxIOS({
super.key,
required this.controller,
required this.orientation,
});