DurationPickerDialog constructor
Implementation
const DurationPickerDialog({
super.key,
this.title,
required this.initialDuration,
this.minDuration,
this.maxDuration,
});
const DurationPickerDialog({
super.key,
this.title,
required this.initialDuration,
this.minDuration,
this.maxDuration,
});