Skip to main content

Module text

Module text 

Source
Expand description

Text widget implementation

This implementation follows Jetpack Compose’s BasicText architecture where text content is implemented as a modifier node rather than as a measure policy. This properly separates concerns: MeasurePolicy handles child layout, while TextModifierNode handles text content measurement, drawing, and semantics.

Structs§

DynamicTextSource

Functions§

Text
Creates a text widget displaying the specified content.