//kit/healthstack.kit.info.publication.content/TextBlock

TextBlock

[androidJvm]
class TextBlock(val text: String) : ContentBlock

Constructors

   
TextBlock [androidJvm]
fun TextBlock(text: String)

Functions

Name Summary
Render [androidJvm]
@Composable
open override fun Render()

Properties

Name Summary
text [androidJvm]
val text: String