NumberSelector constructor
NumberSelector({})
Implementation
NumberSelector({
this.leading = const Text(""),
this.trailing,
this.start,
this.end,
this.array,
this.value,
this.mainAxisAlignment = MainAxisAlignment.spaceBetween,
this.onChanged,
}) : assert((start != null || end != null) || array != null);