BuildProgressCircle constructor
const
BuildProgressCircle({})
Implementation
const BuildProgressCircle(
{
/// Default Size Height progress Circle [height] .
this.width,
/// Default Size Height progress Circle [height] .
this.height,
/// Default Color Animation Progress circle [progressCircle] .
this.backroudCircleColor,
/// Default Value Animation Value [animationValue]
this.valueAnimation,
/// Default Color Animation Progress Value [animationProgress] .
required this.animationProgressColor,
/// Default BorderRadius White Backround [borderRadiusBackround] .
required this.borderRadius,
/// Default Function OnTap Type [functionOnTap] .
this.onTap,
/// Animation Sweeped Value [colorSweeped] .
this.sweepedPosition,
/// Default Size Sweeped Width [width] .
this.sweepedWidth,
// -----------------------------------------------------
super.key});