NumberProps constructor

const NumberProps({
  1. double? minValue,
  2. double? maxValue,
  3. int? decimalPlaces,
  4. void onChanged(
    1. double val
    )?,
})

Implementation

const NumberProps({this.minValue, this.maxValue, this.decimalPlaces, this.onChanged});