Color

data class Color @JvmOverloads constructor(val active: String? = null, val inactive: String? = null)

Constructors

Link copied to clipboard
fun Color(active: String? = null, inactive: String? = null)

Properties

Link copied to clipboard
val active: String? = null

Color of the marker when it is active

Link copied to clipboard
val inactive: String? = null

Color of the marker when it is inactive (grayed out due to being outranked by other labels around)