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, ThemeData.dialogBackgroundColor is used.

Implementation

final Color? backgroundColor;