NiceBackupScheduleForm constructor

const NiceBackupScheduleForm({
  1. Key? key,
  2. required BackupScheduleConfig config,
  3. ValueChanged<BackupScheduleConfig>? onChanged,
})

Implementation

const NiceBackupScheduleForm({
  super.key,
  required this.config,
  this.onChanged,
});