OctoProgressIndicatorBuilder typedef

OctoProgressIndicatorBuilder = Widget Function(BuildContext context, ImageChunkEvent? progress)

Implementation

typedef OctoProgressIndicatorBuilder = Widget Function(
  BuildContext context,
  ImageChunkEvent? progress,
);