ProgressShadow constructor

ProgressShadow({
  1. Color color = Colors.blueGrey,
  2. double opacity = 0.2,
  3. double blur = 9.5,
  4. double spreadRadius = 18,
})

Implementation

ProgressShadow({
  this.color = Colors.blueGrey,
  this.opacity = 0.2,
  this.blur = 9.5,
  this.spreadRadius = 18,
});