SliderBoxShadow constructor

SliderBoxShadow({
  1. Color color = const Color(0xFF9E9E9E),
  2. double blurRadius = 25.0,
  3. double spreadRadius = 5.0,
})

Implementation

SliderBoxShadow({
  this.color = const Color(0xFF9E9E9E),
  this.blurRadius = 25.0,
  this.spreadRadius = 5.0,
});