StylesheetProperty

sealed class StylesheetProperty

Abstract stylesheet property

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
handleColourValue
Link copied to clipboard
fun handleColourValue(color: String?): String?
Handles color value to be passed to Python
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

borderColor
Link copied to clipboard
abstract val borderColor: String?
textColor
Link copied to clipboard
abstract val textColor: String?

Inheritors

AnimationProperties
Link copied to clipboard
StyleProperties
Link copied to clipboard