TextItem

data class TextItem(val id: String, val text: String, @ColorInt val textColor: Int? = null, val textStyle: String? = null, val showDisclosure: Boolean, val padding: Padding) : Widget

Constructors

Link copied to clipboard
constructor(id: String, text: String, @ColorInt textColor: Int? = null, textStyle: String? = null, showDisclosure: Boolean, padding: Padding)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val textColor: Int? = null
Link copied to clipboard
val textStyle: String? = null