Package 

Class AutoResizedTextKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • 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(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.