GetProgressBarPlayedPaint typedef

GetProgressBarPlayedPaint = Paint Function({double? handleRadius, double? height, double? playedPart, double? width})

Implementation

typedef Paint GetProgressBarPlayedPaint({
  double? width,
  double? height,
  double? playedPart,
  double? handleRadius,
});