ClockDialog

fun ClockDialog(state: UseCaseState, selection: ClockSelection, config: ClockConfig = ClockConfig(), header: Header? = null, properties: DialogProperties = DialogProperties())

Clock dialog for the use-case to to select a clock time.

Parameters

state

The state of the sheet.

selection

The selection configuration for the dialog.

config

The general configuration for the dialog.

header

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

properties

DialogProperties for further customization of this dialog's behavior.