LoadingBuilder typedef

LoadingBuilder = Widget Function(BuildContext context, double progress)

Implementation

typedef LoadingBuilder = Widget Function(
  BuildContext context,
  double progress,
);