Package-level declarations
Types
Functions
Link copied to clipboard
fun DialogColor(state: DialogState, color: MutableState<Color>, texts: DialogColor.Texts = DialogColorDefaults.texts(), alphaSupported: Boolean = true, directEditSupported: Boolean = true, shape: Shape = MaterialTheme.shapes.small, gridSize: Int = if (isLandscape()) 6 else 4, labelStyle: DialogColor.LabelStyle = DialogColor.LabelStyle.Value, title: @Composable () -> Unit? = null, icon: @Composable () -> Unit? = null, style: ComposeDialogStyle = DialogDefaults.defaultDialogStyle(), buttons: DialogButtons = DialogDefaults.buttons(), options: DialogOptions = DialogDefaults.options(), onEvent: (event: DialogEvent) -> Unit = {})
Shows a color dialog
Link copied to clipboard
convenient function for DialogColor
Link copied to clipboard
fun DialogDefaults.styleWindowsColorDialog(dialogTitle: String, position: WindowPosition = WindowPosition(Alignment.Center), width: Dp = 600.dp, height: Dp = 550.dp, iconColor: Color = DialogStyleDefaults.iconColor, titleColor: Color = DialogStyleDefaults.titleColor, contentColor: Color = DialogStyleDefaults.contentColor): ComposeDialogStyle