NiceBackupList constructor
const
NiceBackupList({
- Key? key,
- required List<
BackupEntry> entries, - ValueChanged<
BackupEntry> ? onRestore, - ValueChanged<
BackupEntry> ? onDelete, - ValueChanged<
BackupEntry> ? onDownload, - bool showFilters = true,
Implementation
const NiceBackupList({
super.key,
required this.entries,
this.onRestore,
this.onDelete,
this.onDownload,
this.showFilters = true,
});