Package com.maxkeppeler.sheets.clock
Types
Link copied to clipboard
The ClockSheet lets you quickly pick a clock time.
Link copied to clipboard
typealias ClockTimeListener = (milliseconds: Long, hours: Int, minutes: Int) -> Unit
Content copied to clipboard
Listener which returns the selected clock time in milliseconds.