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