CameraGalleryButton constructor
const
CameraGalleryButton({
- Key? key,
- required CamController controller,
Implementation
const CameraGalleryButton({
Key? key,
required this.controller,
}) : super(key: key);