IntegerProps constructor

const IntegerProps({
  1. int? minValue,
  2. int? maxValue,
  3. void onChanged(
    1. int val
    )?,
})

Implementation

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