form_submit_button 0.2.0 form_submit_button: ^0.2.0 copied to clipboard
A button to be used in a Form, which will pass the Form's state in the onPressed method.
Make use of FormState in a StatelessWidget Form. #
A button to be used in a Form, which will pass the Form's state in the onPressed method.
Why use StatelessWidget? #
If you are using the container/presentation pattern and want to use the Form as a presentation component, which most of the time you do, you would want somehow to get a hold of the FormState.
How to use it #
Check the example.