Style

data class Style(textColor: RgbColor?, backgroundColor: RgbColor?, shape: Style.Shape?)

Types

Shape
Link copied to clipboard
enum Shape : Enum<Style.Shape>

Properties

backgroundColor
Link copied to clipboard
val backgroundColor: RgbColor?
shape
Link copied to clipboard
val shape: Style.Shape?
textColor
Link copied to clipboard
val textColor: RgbColor?