barrierColor property

Color? barrierColor
final

Color of the barrier, displayed when running the task. Default to a translucent white. Use Colors.transparent to hide completely the barrier (still blocks interactions).

Implementation

final Color? barrierColor;