CameraView constructor

const CameraView({
  1. Key? key,
  2. required bool landscape,
})

Implementation

const CameraView({super.key, required this.landscape});