Package 

Class AutoResizedTextKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.