backgroundColor property Null safety
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;