BuildSweeped constructor
const
BuildSweeped({})
Implementation
const BuildSweeped(
{
/// Default Size Sweeped Width [width] .
this.width,
/// Default Size Sweeped Height [height] .
this.height,
/// Default Color Sweeped [colorSweeped] .
this.sweepedColor,
/// Default Color Animation Progress circle [progressCircle] .
this.backroudCircleColor,
/// Default BorderRadius White Sweeeped [borderRadiusSweeped] .
this.borderRadius,
/// Animation Sweeped Value [colorSweeped] .
this.sweepedPosition,
/// Default Show And Hide Progress circle [visibility] .
this.hideIcon = false,
// ----------------------------------------
super.key});