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§
Functions§
- Text
- Creates a text widget displaying the specified content.