ProgressBarTextBuilder typedef

ProgressBarTextBuilder = String Function(int current, int total, double percent)

Implementation

typedef ProgressBarTextBuilder = String Function(
  int current,
  int total,
  double percent,
);