BrnProgressIndicatorBuilder typedef

BrnProgressIndicatorBuilder = Widget Function(BuildContext context, double value)

在进度条上展示的 Widget

Implementation

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