Package 

Class OutlinedChipKt

    • Method Summary

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

      • a convenient way of providing an icon and a placeholder, and choosing their size based on the sizes recommended by the Wear guidelines;

      final static Unit OutlinedChip(@StringRes() Integer labelId, Function0<Unit> onClick, Modifier modifier, IconRtlMode iconRtlMode, @StringRes() Integer secondaryLabel, Paintable icon, Boolean largeIcon, ChipColors colors, Boolean enabled) This component is an alternative to OutlinedChip, providing the following:
      • a convenient way of providing a label and a secondary label;

      • a convenient way of providing an icon and a placeholder, and choosing their size based on the sizes recommended by the Wear guidelines;

      final static Unit OutlinedChip(String label, Function0<Unit> onClick, Modifier modifier, String secondaryLabel, Function1<BoxScope, Unit> icon, Boolean largeIcon, ChipColors colors, Boolean enabled) This component is an alternative to OutlinedChip, providing the following:
      • a convenient way of providing a label and a secondary label;

      • Methods inherited from class java.lang.Object

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

      • OutlinedChip

        @Composable() final static Unit OutlinedChip(String label, Function0<Unit> onClick, Modifier modifier, IconRtlMode iconRtlMode, String secondaryLabel, Paintable icon, Boolean largeIcon, ChipColors colors, Boolean enabled)

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

        • a convenient way of providing a label and a secondary label;

        • a convenient way of providing an icon and a placeholder, and choosing their size based on the sizes recommended by the Wear guidelines;

      • OutlinedChip

        @Composable() final static Unit OutlinedChip(@StringRes() Integer labelId, Function0<Unit> onClick, Modifier modifier, IconRtlMode iconRtlMode, @StringRes() Integer secondaryLabel, Paintable icon, Boolean largeIcon, ChipColors colors, Boolean enabled)

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

        • a convenient way of providing a label and a secondary label;

        • a convenient way of providing an icon and a placeholder, and choosing their size based on the sizes recommended by the Wear guidelines;

      • OutlinedChip

        @Composable() final static Unit OutlinedChip(String label, Function0<Unit> onClick, Modifier modifier, String secondaryLabel, Function1<BoxScope, Unit> icon, Boolean largeIcon, ChipColors colors, Boolean enabled)

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

        • a convenient way of providing a label and a secondary label;