SliderDrawerOption constructor
SliderDrawerOption({
- Color backgroundColor = Colors.blue,
- SliderEffectType sliderEffectType = SliderEffectType.Rectangle,
- Image? backgroundImage,
- double radiusAmount = 0,
- double upDownScaleAmount = 0,
- SliderDrawerDirection direction = SliderDrawerDirection.LTR,
Implementation
SliderDrawerOption({
this.backgroundColor = Colors.blue,
this.sliderEffectType = SliderEffectType.Rectangle,
this.backgroundImage,
this.radiusAmount = 0,
this.upDownScaleAmount = 0,
this.direction = SliderDrawerDirection.LTR,
});