Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 484 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 484 Bytes

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.