GetProgressBarPlayedPaint typedef

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

Implementation

typedef GetProgressBarPlayedPaint = Paint Function({
  double? width,
  double? height,
  double? playedPart,
  double? circleHandlerRadius,
});