ClockPopup

fun ClockPopup(state: UseCaseState, selection: ClockSelection, config: ClockConfig = ClockConfig(), header: Header? = null, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())

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

Parameters

state

The state of the sheet.

selection

The selection configuration for the popup.

config

The general configuration for the popup.

header

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

alignment

The alignment of the popup.

offset

The offset of the popup.

properties

PopupProperties for further customization of this popup's behavior.