DefaultTextOverride

class DefaultTextOverride(initialText: String) : TextOverride

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

text
Link copied to clipboard
common
open override var text: String
The (mutable) text.
textProperty
Link copied to clipboard
common
open override val textProperty: Property<String>
A Property that wraps the text and offers data binding and observability features.

Sources

(source)
Link copied to clipboard