ProgressChildWidgetBuilder typedef

ProgressChildWidgetBuilder = Widget Function(BuildContext context, void action()?, Object? error)

Builds a widget in the non-progress/loading state

Implementation

typedef ProgressChildWidgetBuilder = Widget Function(
    BuildContext context, void Function()? action, Object? error);