-
public final class ResponsiveDialogKt
-
-
Method Summary
Modifier and Type Method Description final static UnitResponsiveDialogContent(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 UnitResponsiveButton(ImageVector icon, String contentDescription, Function0<Unit> onClick, Dp buttonWidth, ChipColors colors)final static ScalingLazyColumnStatecenteredDialogColumnState()-
-
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)
-
responsiveButtonWidth
@Composable() final static Pair<Dp, Dp> responsiveButtonWidth(Integer buttonCount)
-
ResponsiveButton
@Composable() final static Unit ResponsiveButton(ImageVector icon, String contentDescription, Function0<Unit> onClick, Dp buttonWidth, ChipColors colors)
-
centeredDialogColumnState
@Composable() final static ScalingLazyColumnState centeredDialogColumnState()
-
-
-
-