NiceBackupScheduleForm constructor
const
NiceBackupScheduleForm({
- Key? key,
- required BackupScheduleConfig config,
- ValueChanged<
BackupScheduleConfig> ? onChanged,
Implementation
const NiceBackupScheduleForm({
super.key,
required this.config,
this.onChanged,
});