ClockView

fun ClockView(useCaseState: UseCaseState, selection: ClockSelection, config: ClockConfig = ClockConfig(), header: Header? = null)

Clock view for the use-case to to select a clock 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.