Package 

Class PlaceholderChipKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.