VProgressProperties constructor

VProgressProperties({
  1. TextStyle? circularLabelTextStyle,
  2. double? linearRadius = 4.0,
  3. double? circularSize = 70.0,
})

Implementation

VProgressProperties({
  this.circularLabelTextStyle,
  this.linearRadius = 4.0,
  this.circularSize = 70.0,
});