DurationView

fun DurationView(useCaseState: UseCaseState, selection: DurationSelection, config: DurationConfig = DurationConfig(), header: Header? = null)

Duration view for the use-case to to select a duration time.

Parameters

useCaseState

The state of the sheet.

selection

The selection configuration for the dialog view.

config

The general configuration for the dialog view.

header

The header to be displayed at the top of the dialog view.