SizeSliderWidget constructor
const
SizeSliderWidget({})
Creates an instance of the widget.
The animationsDuration, onChanged, and selectedValue parameters are required and must not be null.
Implementation
const SizeSliderWidget({
super.key,
required this.animationsDuration,
required this.onChanged,
required this.selectedValue,
});