DurationPickerLayout

constructor(hourWeight: Float?, minuteWeight: Float?, columnOrder: ImmutableList<DurationPickerColumn> = persistentListOf( DurationPickerColumn.HOUR, DurationPickerColumn.MINUTE ))

Parameters

hourWeight

The elapsed-hour column weight, or null for an unweighted column.

minuteWeight

The minute-within-hour column weight, or null for an unweighted column.

columnOrder

The visual order containing each DurationPickerColumn exactly once.