onBarrierTap property

(FutureOr<bool> Function()?) onBarrierTap
final

Called when tap the barrier.

If the returns that resolves to false, the flash will be dismiss.

Implementation

final FutureOr<bool> Function()? onBarrierTap;