PromptContentItemPlainText
class PromptContentItemPlainText : PromptContentItem
A list item with plain text shown on PromptVerticalListContentView.
Summary
Public constructors |
|---|
PromptContentItemPlainText(text: String)A list item with plain text shown on |
Public constructors
PromptContentItemPlainText
Added in 1.4.0-alpha07
PromptContentItemPlainText(text: String)
A list item with plain text shown on PromptVerticalListContentView.
| Parameters | |
|---|---|
text: String |
The text of this list item. |