VProgressStyle constructor

const VProgressStyle({
  1. Color? backgroundColor,
  2. Color? color,
  3. TextStyle? circularLabelTextStyle,
  4. double? linearRadius,
  5. double? circularSize,
  6. Color? successColor,
})

Implementation

const VProgressStyle({
  this.backgroundColor,
  this.color,
  this.circularLabelTextStyle,
  this.linearRadius,
  this.circularSize,
  this.successColor,
});