LoadingBuilder typedef

LoadingBuilder = Widget? Function(BuildContext context, ProgressIndicatorOptions? progressIndicator)

Implementation

typedef LoadingBuilder = Widget? Function(
    BuildContext context, ProgressIndicatorOptions? progressIndicator);