Package 

Class CardKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit Card(Function0<Unit> onClick, Modifier modifier, Function0<Unit> onLongClick, Painter backgroundPainter, Color contentColor, Boolean enabled, PaddingValues contentPadding, Shape shape, Role role, Function0<Unit> content) This component is an alternative to Card, adding support for long and double-clicks.
      • Methods inherited from class java.lang.Object

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

      • Card

         final static Unit Card(Function0<Unit> onClick, Modifier modifier, Function0<Unit> onLongClick, Painter backgroundPainter, Color contentColor, Boolean enabled, PaddingValues contentPadding, Shape shape, Role role, Function0<Unit> content)

        This component is an alternative to Card, adding support for long and double-clicks.