Stylish Time Picker
A clock-and-input time picker for selecting a time of day, styled with the Stylish design language.
This is the Finish-layer wrapper around the Material 3 TimePicker under the ExperimentalMaterial3Api opt-in, so callers can use the picker without importing the experimental M3 API. The picker is an inline component; embed it in a screen or inside StylishTimePickerDialog for a modal flow. The default state follows the system's 24-hour preference via rememberTimePickerState; supply an explicit TimePickerState to hoist or control the time.
Parameters
The TimePickerState driving the picker, exposing hour and minute. Defaults to rememberTimePickerState, which follows the system 24-hour format preference.
Modifier applied to the picker root.
The TimePickerColors for the picker in its different states. Defaults to TimePickerDefaults.colors, resolved from the active theme.
The TimePickerLayoutType controlling the picker's arrangement. Defaults to TimePickerDefaults.layoutType, which chooses vertical or horizontal based on available space.