barrierColor property

Color? barrierColor
final

The color of the barrier behind the modal.

If null, no visible barrier color is rendered (but the barrier still intercepts taps when barrierDismissible is true).

Implementation

final Color? barrierColor;