backgroundColor property

Color? backgroundColor
final

The background color of the dialog. if null, it will use Theme.of(context).colorScheme.surfaceContainerHigh,

Implementation

final Color? backgroundColor;