PickerValidateButton constructor
const
PickerValidateButton({
- @required ValueChanged<
MediaPickerSelection> ? onValidate, - Key? key,
Implementation
const PickerValidateButton({
@required this.onValidate,
Key? key
}):super(key:key);