StorytellerSearchSuggestionsBuilder

Builder for Search suggestion row appearance. Typography inherits the global theme font.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@Serializable(with = IntAsColorStringSerializer::class)
var iconBackgroundColor: Int?

Circular leading-icon background color.

Link copied to clipboard
@Serializable(with = IntAsColorStringSerializer::class)
var iconColor: Int?

Suggestion row icon color.

Link copied to clipboard
@Dimension(unit = 2)
var lineHeight: Int?

Suggestion label line height in sp.

Link copied to clipboard
@Serializable(with = IntAsColorStringSerializer::class)
var textColor: Int?

Suggestion label color.

Link copied to clipboard
@Dimension(unit = 2)
var textSize: Int?

Suggestion label text size in sp.