passo_mobile_app/notes.txt

4 lines
182 B
Plaintext

onPressed: () {
print(_formKey.currentState!.value['firstname']);
if (_formKey.currentState!.saveAndValidate()) {}
},