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