ModernFormFilePicker constructor

const ModernFormFilePicker({
  1. Key? key,
  2. String? label,
  3. void onChanged(
    1. Uint8List
    )?,
  4. Widget? child,
  5. bool? enabled,
  6. Uint8List? arquive,
  7. String? arquiveName,
  8. ModernFormFileExtensionType? fileExtensionType,
  9. String? validator(
    1. Uint8List?
    )?,
  10. void onChangedFileType(
    1. ModernFormFileExtensionType
    )?,
  11. String? arquiveUrl,
  12. void onChangePaste(
    1. String url
    )?,
  13. bool? pasteEnabled,
})

Implementation

const ModernFormFilePicker({
  Key? key,
  this.label,
  this.onChanged,
  this.child,
  this.enabled,
  this.arquive,
  this.arquiveName,
  this.fileExtensionType,
  this.validator,
  this.onChangedFileType,
  this.arquiveUrl,
  this.onChangePaste,
  this.pasteEnabled,
}) : super(key: key);