Default Style Properties
data class DefaultStyleProperties(textColor: String?, borderColor: String?) : StyleProperties
Content copied to clipboard
Default style properties (to fall back on if any have not been defined by the user)
Constructors
DefaultStyleProperties
Link copied to clipboard
fun DefaultStyleProperties(textColor: String? = "YELLOW", borderColor: String? = "BLUE")
Content copied to clipboard
Create empty Default style properties
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(textColor: String? = "YELLOW", borderColor: String? = "BLUE"): DefaultStyleProperties
Content copied to clipboard
handleColourValue
Link copied to clipboard
Properties
animate
Link copied to clipboard
borderColor
Link copied to clipboard
creationStyle
Link copied to clipboard
creationTime
Link copied to clipboard