TakePictureScreen constructor

const TakePictureScreen({
  1. Key? key,
  2. required List<CameraDescription> cameraList,
  3. required Color color,
})

Implementation

const TakePictureScreen(
    {Key? key, required this.cameraList, required this.color})
    : super(key: key);