Package 

Class CloseButtonKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit CloseButton(BoxScope $self, Boolean shouldDisplayDismissButton, Color color, Boolean actionInProgress, Function0<Unit> onClick)
      • Methods inherited from class java.lang.Object

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

      • CloseButton

        @Composable() final static Unit CloseButton(BoxScope $self, Boolean shouldDisplayDismissButton, Color color, Boolean actionInProgress, Function0<Unit> onClick)