WorkingHoursColor

data class WorkingHoursColor(val open: DashColor, val openUntil: DashColor, val closed: DashColor) : ComposeFactory<DashWorkingHoursColor>

Constructors

Link copied to clipboard
constructor(open: DashColor, openUntil: DashColor, closed: DashColor)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard