timepicker
@Composable
Content copied to clipboard
Parameters
initialTime
The time to be shown to the user when the dialog is first shown. Defaults to the current time if this is not set
colors
see TimePickerColors
waitForPositiveButton
if true the onTimeChange callback will only be called when the positive button is pressed, otherwise it will be called on every input change
timeRange
any time outside this range will be disabled
is24HourClock
uses the 24 hour clock face when true
onTimeChange
callback with a LocalTime object when the user completes their input