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