Package 

Class OutlinedCompactChipKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit OutlinedCompactChip(String label, Function0<Unit> onClick, Modifier modifier, Paintable icon, IconRtlMode iconRtlMode, ChipColors colors, Boolean enabled, MutableInteractionSource interactionSource, ChipBorder border) This component is an alternative to OutlinedCompactChip, providing the following:
      • a convenient way of providing a label;

      • a convenient way of providing an icon and a placeholder;

      final static Unit OutlinedCompactChip(@StringRes() Integer labelId, Function0<Unit> onClick, Modifier modifier, Paintable icon, IconRtlMode iconRtlMode, ChipColors colors, Boolean enabled, MutableInteractionSource interactionSource, ChipBorder border) This component is an alternative to OutlinedCompactChip, providing the following:
      • a convenient way of providing a string resource label;

      • a convenient way of providing an icon and a placeholder;

      final static Unit OutlinedCompactChip(Paintable icon, String contentDescription, Function0<Unit> onClick, Modifier modifier, IconRtlMode iconRtlMode, ChipColors colors, Boolean enabled, MutableInteractionSource interactionSource, ChipBorder border) This component is an alternative to OutlinedCompactChip, providing the following:
      • a convenient way of providing a label;

      • a convenient way of providing an icon and a placeholder;

      • Methods inherited from class java.lang.Object

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

      • OutlinedCompactChip

        @Composable() final static Unit OutlinedCompactChip(String label, Function0<Unit> onClick, Modifier modifier, Paintable icon, IconRtlMode iconRtlMode, ChipColors colors, Boolean enabled, MutableInteractionSource interactionSource, ChipBorder border)

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

        • a convenient way of providing a label;

        • a convenient way of providing an icon and a placeholder;

      • OutlinedCompactChip

        @Composable() final static Unit OutlinedCompactChip(@StringRes() Integer labelId, Function0<Unit> onClick, Modifier modifier, Paintable icon, IconRtlMode iconRtlMode, ChipColors colors, Boolean enabled, MutableInteractionSource interactionSource, ChipBorder border)

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

        • a convenient way of providing a string resource label;

        • a convenient way of providing an icon and a placeholder;

      • OutlinedCompactChip

        @Composable() final static Unit OutlinedCompactChip(Paintable icon, String contentDescription, Function0<Unit> onClick, Modifier modifier, IconRtlMode iconRtlMode, ChipColors colors, Boolean enabled, MutableInteractionSource interactionSource, ChipBorder border)

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

        • a convenient way of providing a label;

        • a convenient way of providing an icon and a placeholder;