TextLabelStyle

data class TextLabelStyle @JvmOverloads constructor(var text: String = "", @StringRes var textId: Int? = null, var textStyle: TextStyle = TextStyle(), var leadingIconStyle: ImageStyle? = null, var trailingIconStyle: ImageStyle? = null, var containerStyle: ContainerStyle = ContainerStyle())

Constructors

Link copied to clipboard
constructor(text: String = "", @StringRes textId: Int? = null, textStyle: TextStyle = TextStyle(), leadingIconStyle: ImageStyle? = null, trailingIconStyle: ImageStyle? = null, containerStyle: ContainerStyle = ContainerStyle())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var textId: Int?
Link copied to clipboard
Link copied to clipboard