ListItemMileInputExt constructor

const ListItemMileInputExt({
  1. Key? key,
  2. String? prefix,
  3. int? startMile,
  4. int? endMile,
  5. bool enable = true,
  6. dynamic onChange(
    1. String? prefix,
    2. int? start,
    3. int? end
    )?,
})

Implementation

const ListItemMileInputExt({Key? key, this.prefix, this.startMile, this.endMile, this.enable = true, this.onChange}) : super(key: key);