-
public final class TextComponentKt
-
-
Method Summary
Modifier and Type Method Description final static TextComponenttextComponent(Function1<TextComponent.Builder, Unit> block)The builder DSL for TextComponent. -
-
Method Detail
-
textComponent
final static TextComponent textComponent(Function1<TextComponent.Builder, Unit> block)
The builder DSL for TextComponent.
Example usage:
textComponent { this.color = 0xFF000000 // This corresponds to #000000, which is black. this.textSizeSp = 12f this.typeface = Typeface.MONOSPACE }
-
-
-
-