ProgressBorder constructor
const
ProgressBorder({
- BorderSide top = BorderSide.none,
- BorderSide right = BorderSide.none,
- BorderSide bottom = BorderSide.none,
- BorderSide left = BorderSide.none,
- double? progress,
- Color? backgroundColor,
- Border? backgroundBorder,
- Gradient? gradient,
- Gradient? backgroundGradient,
- bool clockwise = true,
Implementation
const ProgressBorder({
this.top = BorderSide.none,
this.right = BorderSide.none,
this.bottom = BorderSide.none,
this.left = BorderSide.none,
this.progress,
this.backgroundColor,
this.backgroundBorder,
this.gradient,
this.backgroundGradient,
this.clockwise = true,
});