StylishDescriptionItem

data class StylishDescriptionItem(val label: String, val value: String)

One label/value pair of a StylishDescriptions.

Constructors

Link copied to clipboard
constructor(label: String, value: String)

Properties

Link copied to clipboard

The key text.

Link copied to clipboard

The value text.