PhotoSelect constructor
const
PhotoSelect(
- ValueNotifier<
File> photo, { - Key? key,
- ImgHelp? imgHelp,
- Color? color,
- Brightness? brightness,
Implementation
const PhotoSelect(
this.photo, {
Key? key,
this.imgHelp,
this.color,
this.brightness,
}) : isUrl = imgHelp != null,
super(key: key);