NiceFileDropZone constructor
const
NiceFileDropZone({
- Key? key,
- Widget? child,
- String? label,
- String? hint,
- List<
String> ? allowedExtensions, - int? maxFiles,
- int? maxFileSize,
- bool enabled = true,
- ValueChanged<
List< ? onFilesDropped,NiceDroppedFile> > - VoidCallback? onTap,
Implementation
const NiceFileDropZone({
super.key,
this.child,
this.label,
this.hint,
this.allowedExtensions,
this.maxFiles,
this.maxFileSize,
this.enabled = true,
this.onFilesDropped,
this.onTap,
});