barrierColor property

Color? barrierColor
final

The barrierColor argument is used to specify the color of the modal barrier that darkens everything the dialog. If null the default color Colors.black54 is used.

Implementation

final Color? barrierColor;