DialogTime

fun DialogTime(state: DialogState, time: MutableState<LocalTime>, setup: DialogTime.Setup = DialogTimeDefaults.setup(), title: @Composable () -> Unit? = null, icon: @Composable () -> Unit? = null, style: ComposeDialogStyle = DialogDefaults.defaultDialogStyle(), buttons: DialogButtons = DialogDefaults.buttons(), options: DialogOptions = DialogDefaults.options(), onEvent: (event: DialogEvent) -> Unit = {})

Shows a dialog with a time input

 

Basic Parameters: all params not described here are derived from Dialog, check it out for more details

Parameters

time

the selected time

setup

the DialogTime.Setup - use DialogTimeDefaults.setup to provide your own data