backgroundColor property

Color? backgroundColor
final

The background color of the surface of this Dialog.

This sets the Material.color on this Dialog's Material.

If null, ColorScheme.surfaceContainerHigh is used in Material 3.

Implementation

final Color? backgroundColor;