GetProgressBarBackgroundPaint typedef

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

Implementation

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