LoadingModalTextBuilder typedef
        LoadingModalTextBuilder =
     Widget Function(LoadingModalTextContext context, Widget defaultText)
    
    
    
Implementation
typedef LoadingModalTextBuilder = Widget Function(
  LoadingModalTextContext context,
  Widget defaultText,
);