TodayDropzone constructor
const
TodayDropzone({})
Implementation
const TodayDropzone({
super.key,
this.label,
this.description,
this.disable = false,
this.onDrop,
this.onRemoved,
this.onError,
this.onReset,
this.uploadedFullWidth = false,
this.width = 196,
required this.mimeTypes,
});