FormatDialogDefaults

Default factory for FormatDialogColors, resolving to the Material3 AlertDialog defaults.

Functions

Link copied to clipboard
fun colors(containerColor: Color = AlertDialogDefaults.containerColor, titleContentColor: Color = AlertDialogDefaults.titleContentColor, textContentColor: Color = AlertDialogDefaults.textContentColor, tonalElevation: Dp = AlertDialogDefaults.TonalElevation): FormatDialogColors