ClockConfig
constructor(defaultTime: LocalTime? = null, boundary: ClosedRange<LocalTime>? = null, is24HourFormat: Boolean? = null, icons: LibIcons = BaseConstants.DEFAULT_ICON_STYLE, orientation: LibOrientation? = BaseConstants.DEFAULT_LIB_LAYOUT)
Parameters
defaultTime
The default time.
boundary
Optional ClosedRange of LocalTime representing the time boundary
is24HourFormat
If the 24HourFormat is enabled.
icons
The style of icons that are used for dialog/ view-specific icons.
orientation
The orientation of the view or null for auto orientation.