-
public final class IconKt
-
-
Method Summary
Modifier and Type Method Description final static UnitIcon(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;
-
-
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;
-
-
-