TimeInput
@Composable
Time pickers help users select and set a specific time.
Shows a time input that allows the user to enter the time via two text fields, one for minutes and one for hours Subscribe to updates through TimePickerState
Parameters
state
state for this timepicker, allows to subscribe to changes to TimePickerState.hour and TimePickerState.minute, and set the initial time for this picker.
modifier
the Modifier to be applied to this time input
colors
colors TimePickerColors that will be used to resolve the colors used for this time input in different states. See TimePickerDefaults.colors.