barrierColor property

Color? barrierColor
final

Only takes effect if FlashController.persistent is false. Make sure you use a color with transparency here e.g. Colors.grey600.withOpacity(0.2).

Implementation

final Color? barrierColor;