CDKFieldNumericSlider constructor
const
CDKFieldNumericSlider({})
Implementation
const CDKFieldNumericSlider({
Key? key,
this.value = 0.0,
this.textSize = 12,
this.min = 0,
this.max = 1,
this.increment = double.infinity, // If infinity, buttons are hidden
this.decimals = 1, // Valor per defecte, sense decimals si no s'especifica
this.units = "",
this.enabled = true,
this.onValueChanged,
this.onTextChanged,
}) : super(key: key);