GetProgressBarBackgroundPaint typedef

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

Implementation

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