-
public final class AutoResizedTextKt
-
-
Method Summary
Modifier and Type Method Description final static UnitAutoResizedText(String text, Modifier modifier, TextStyle style, TextUnit minFontSize)Renders auto-resized text, adjusting its font size to fit within a specified minimum size. -
-
Method Detail
-
AutoResizedText
@Composable() final static Unit AutoResizedText(String text, Modifier modifier, TextStyle style, TextUnit minFontSize)
Renders auto-resized text, adjusting its font size to fit within a specified minimum size.
- Parameters:
text- The text to be displayed.modifier- The modifier to apply to this composable.style- The style to be applied to the text.minFontSize- The minimum font size that the text should have.
-
-
-
-