CDKPickerSlider constructor
Implementation
const CDKPickerSlider({
Key? key,
required this.value,
this.enabled = true,
this.size = 16,
required this.onChanged,
}) : super(key: key);
const CDKPickerSlider({
Key? key,
required this.value,
this.enabled = true,
this.size = 16,
required this.onChanged,
}) : super(key: key);