PlatformProgressIndicator constructor

PlatformProgressIndicator({
  1. Animation<Color>? valueColor,
  2. double androidStrokeWidth = 4.0,
  3. double iOSRadius = 10,
})

Implementation

PlatformProgressIndicator({
  this.valueColor,
  this.androidStrokeWidth = 4.0,
  this.iOSRadius = 10,
});