barrierColor property

Color? barrierColor
final

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

Implementation

final Color? barrierColor;