TakePictureScreen constructor

const TakePictureScreen({
  1. Key? key,
  2. required CameraDescription camera,
  3. String title = '',
  4. void onPictureTaken(
    1. File
    )?,
})

Implementation

const TakePictureScreen(
    {super.key, required this.camera, this.title = '', this.onPictureTaken});