OpenWithCameraOrGallery constructor
const
OpenWithCameraOrGallery({})
Implementation
const OpenWithCameraOrGallery({
Key? key,
required this.onTapCamera,
required this.onTapGallery,
required this.iconBackgroundColor,
required this.iconCamera,
required this.iconGallery,
}) : super(key: key);