ImagePickerWithImagePainter constructor
const
ImagePickerWithImagePainter({})
Implementation
const ImagePickerWithImagePainter({
Key? key,
required this.imagePath,
this.selectedColor,
this.unselectedColor,
this.optionColor,
this.controlsBackgroundColor,
}) : super(key: key);