builder property
Widget Function(BuildContext context, DownloadWidgetState state, double? progress, Object? error)
builder
final
Builder is required to build the UI based on current download state
Implementation
final Widget Function(BuildContext context, DownloadWidgetState state,
double? progress, Object? error) builder;