Package-level declarations
Functions
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
fun ClockView(useCaseState: UseCaseState, selection: ClockSelection, config: ClockConfig = ClockConfig(), header: Header? = null)
Clock view for the use-case to to select a clock time.