dialogBackground property

Color? dialogBackground
final

The background color of Dialog elements.

The color is applied to ThemeData.dialogBackgroundColor.

If no value is given, it defaults to surface.

Implementation

final Color? dialogBackground;