DurationPickerConstraints

constructor(minDuration: Duration? = null, maxDuration: Duration? = null)

Parameters

minDuration

The smallest selectable duration, inclusive. Pass null to omit the lower bound.

maxDuration

The largest selectable duration, inclusive. Pass null to omit the upper bound.