DraggableSliderItem constructor
const
DraggableSliderItem({
- Key? key,
- required Widget child,
- required DraggableSliderItemSettings settings,
- DraggableSliderItemSettings? initialSettings,
- dynamic onRelease()?,
- dynamic onReleased(
- Key?
Implementation
const DraggableSliderItem({
super.key,
required this.child,
required this.settings,
this.initialSettings,
this.onRelease,
this.onReleased,
});