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