NiceFileUploadProgress constructor
const
NiceFileUploadProgress({
- Key? key,
- required List<
NiceUploadItem> items, - ValueChanged<
String> ? onCancel, - ValueChanged<
String> ? onRetry, - VoidCallback? onCancelAll,
Implementation
const NiceFileUploadProgress({
super.key,
required this.items,
this.onCancel,
this.onRetry,
this.onCancelAll,
});