LoadingModalContentBuilder typedef

LoadingModalContentBuilder = Widget Function(LoadingModalContentContext context, Widget defaultContent)

Implementation

typedef LoadingModalContentBuilder = Widget Function(
  LoadingModalContentContext context,
  Widget defaultContent,
);