SearchPinStyle

data class SearchPinStyle(    val primary: DashColor,     val onPrimary: DashColor,     val accent: DashColor,     val onAccent: DashColor,     @DrawableRes val pinShadow: Int)

Constructors

Link copied to clipboard
constructor(primary: DashColor, onPrimary: DashColor, accent: DashColor, onAccent: DashColor, @DrawableRes pinShadow: Int)

Properties

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