-
public final class AutoResizedTextKt
-
-
Method Summary
Modifier and Type Method Description final static UnitAutoResizedText(String text, Modifier modifier, Color color, TextStyle style, FontWeight fontWeight, TextAlign textAlign)Composable function that automatically adjusts the size of text to fit within the given constraints. -
-
Method Detail
-
AutoResizedText
@Composable() final static Unit AutoResizedText(String text, Modifier modifier, Color color, TextStyle style, FontWeight fontWeight, TextAlign textAlign)
Composable function that automatically adjusts the size of text to fit within the given constraints.
-
-
-
-