ProgressIndicatorBuilder typedef

ProgressIndicatorBuilder = Widget Function(BuildContext context, double value)

在进度条上展示的 Widget

Implementation

typedef ProgressIndicatorBuilder = Widget Function(
    BuildContext context, double value);