DurationPickerControl constructor
DurationPickerControl({
- Key? key,
- JsonPath? basePath,
- ValueChanged<
TimeSpan> ? onChange, - TimeSpan? initialValue,
Implementation
DurationPickerControl(
{Key? key, this.basePath, this.onChange, this.initialValue})
: super(key: key ?? Key("durationPicker-${basePath?.toKey()}"));