PreviewBoxAndroid constructor

const PreviewBoxAndroid({
  1. Key? key,
  2. required CameraController controller,
  3. required bool fourThree,
})

Implementation

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