BlurSlider constructor

const BlurSlider(
  1. {Key? key,
  2. Function? onSliderEnd,
  3. bool? showBlurSlier,
  4. String slideToSee = ''}
)

Implementation

const BlurSlider({
  Key? key,
  this.onSliderEnd,
  this.showBlurSlier,
  this.slideToSee = '',
}) : super(key: key);