ProgressWidgetBuilder typedef

ProgressWidgetBuilder = dynamic Function(BuildContext context, double progress)

Implementation

typedef ProgressWidgetBuilder = Function(BuildContext context, double progress);