Created
September 24, 2020 18:02
-
-
Save rapPayne/e142aca005065ce24535964f410e3100 to your computer and use it in GitHub Desktop.
Adding the key to the Form widget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body: Form( | |
| key: _key, // ← Add this line | |
| child: Container( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment