DurationPickerDialog constructor
const
DurationPickerDialog({
- Key? key,
- Duration? initialValue,
- ValueChanged<
Duration?> ? onChanged,
Implementation
const DurationPickerDialog({
super.key,
this.initialValue,
this.onChanged,
});