Package 

Class EntityButtonKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit EntityButton(Function0<Unit> onClick, ImageVector icon, String contentDescription, Modifier modifier, Boolean enabled) A standard visual design for a button on the Entity screen.
      • Methods inherited from class java.lang.Object

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

      • EntityButton

        @Composable() final static Unit EntityButton(Function0<Unit> onClick, ImageVector icon, String contentDescription, Modifier modifier, Boolean enabled)

        A standard visual design for a button on the Entity screen.