-
public final class PlaceholderChipKt
-
-
Method Summary
Modifier and Type Method Description final static UnitPlaceholderChip(Modifier modifier, Function0<Unit> onClick, ChipColors colors, Boolean enabled, String contentDescription)A placeholder chip to be displayed while the contents of the Chip is being loaded. -
-
Method Detail
-
PlaceholderChip
@Composable() final static Unit PlaceholderChip(Modifier modifier, Function0<Unit> onClick, ChipColors colors, Boolean enabled, String contentDescription)
A placeholder chip to be displayed while the contents of the Chip is being loaded.
-
-
-
-