NumberField constructor
const
NumberField({})
Implementation
const NumberField(
{Key? key,
this.color = Colors.blue,
this.min = 0,
this.max = 10000,
this.controller,
this.focus,
this.style = const TextStyle(fontSize: 30)})
: super(key: key);