Package 

Class IconKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit Icon(PaintableIcon paintable, String contentDescription, Modifier modifier, Color tint, IconRtlMode rtlMode) This component is an alternative to Icon, providing the following:
      • a convenient way of setting the icon to be mirrored in RTL mode;

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • Icon

        @Composable() final static Unit Icon(PaintableIcon paintable, String contentDescription, Modifier modifier, Color tint, IconRtlMode rtlMode)

        This component is an alternative to Icon, providing the following:

        • a convenient way of setting the icon to be mirrored in RTL mode;