BarrierBuilder typedef
BarrierBuilder =
Widget? Function(BuildContext context, Widget child, Animation<double> animation, int stackIndex)
Implementation
typedef BarrierBuilder = Widget? Function(BuildContext context, Widget child,
Animation<double> animation, int stackIndex);