defaultBarrierFilter static method
The default barrierFilter. Tints the content behind the barrier.
Implementation
static ImageFilter defaultBarrierFilter(BuildContext context, double animation) =>
ColorFilter.mode(FColors.lerpColor(Colors.transparent, context.theme.colors.barrier, animation)!, .srcOver);