Package 

Class ResponsiveDialogKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit ResponsiveDialogContent(Modifier modifier, Function0<Unit> icon, Function0<Unit> title, Function0<Unit> message, Function0<Unit> onOk, Function0<Unit> onCancel, String okButtonContentDescription, String cancelButtonContentDescription, ScalingLazyColumnState state, Boolean showPositionIndicator, Function1<ScalingLazyListScope, Unit> content)
      final static Pair<Dp, Dp> responsiveButtonWidth(Integer buttonCount)
      final static Unit ResponsiveButton(ImageVector icon, String contentDescription, Function0<Unit> onClick, Dp buttonWidth, ChipColors colors)
      final static ScalingLazyColumnState centeredDialogColumnState()
      • Methods inherited from class java.lang.Object

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

      • ResponsiveDialogContent

        @Composable() final static Unit ResponsiveDialogContent(Modifier modifier, Function0<Unit> icon, Function0<Unit> title, Function0<Unit> message, Function0<Unit> onOk, Function0<Unit> onCancel, String okButtonContentDescription, String cancelButtonContentDescription, ScalingLazyColumnState state, Boolean showPositionIndicator, Function1<ScalingLazyListScope, Unit> content)
      • ResponsiveButton

        @Composable() final static Unit ResponsiveButton(ImageVector icon, String contentDescription, Function0<Unit> onClick, Dp buttonWidth, ChipColors colors)