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