ModerFormTextAndImagePicker constructor

const ModerFormTextAndImagePicker({
  1. Key? key,
  2. void onChanged(
    1. ModernFormTextAndImageModel
    )?,
  3. String? label,
  4. List<ModernFormTextAndImageModel>? suggestions,
  5. bool? forceMenu,
  6. ModernFormTextAndImageModel? initialValue,
  7. bool? enabled,
  8. String? validator(
    1. dynamic
    )?,
  9. String? helperText,
})

Implementation

const ModerFormTextAndImagePicker({
  Key? key,
  this.onChanged,
  this.label,
  this.suggestions,
  this.forceMenu,
  this.initialValue,
  this.enabled,
  this.validator,
  this.helperText,
}) : super(key: key);