ActivityBarrier constructor
const
ActivityBarrier({})
Creates a widget that add an activity indicator overlay that prevents the user from interacting with widgets behind itself.
Implementation
const ActivityBarrier({
super.key,
required this.duration,
this.barrierColor,
required this.busyBuilder,
this.isBusy = false,
required this.child,
});