flutter_spinbox
flutter_spinbox copied to clipboard
Can this implement FormField<double> such that it can send changes to the form
I have an onChanged()
callback attached to the form but it doesn't work when I change the number, as it doesn't implement the interface to interact with the form. Is it possible to do so?