SearchSuggestionPinStyle

data class SearchSuggestionPinStyle(    val primary: DashColor,     val onPrimary: DashColor,     val border: DashColor,     @DrawableRes val pinShadow: Int,     @DrawableRes val pin: Int,     @DrawableRes val pinVolume: Int)

Constructors

Link copied to clipboard
constructor(    primary: DashColor,     onPrimary: DashColor,     border: DashColor,     @DrawableRes pinShadow: Int,     @DrawableRes pin: Int,     @DrawableRes pinVolume: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pin: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard