Created
October 21, 2020 21:35
-
-
Save rapPayne/97eb79263a70adff18f3ea2fc3fea5f3 to your computer and use it in GitHub Desktop.
_buildEmailField validation
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
| // TODO 5: Add onSaved and validator methods | |
| // 1 | |
| onSaved: (String val) => _loginObject['email'] = val, | |
| // 2 | |
| validator: _validateEmail, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment