backgroundColor property
The background color of the dialog. if null, it will use Theme.of(context).colorScheme.surfaceContainerHigh,
Implementation
final Color? backgroundColor;
The background color of the dialog. if null, it will use Theme.of(context).colorScheme.surfaceContainerHigh,
final Color? backgroundColor;