4 lines
182 B
Plaintext
4 lines
182 B
Plaintext
|
onPressed: () {
|
||
|
print(_formKey.currentState!.value['firstname']);
|
||
|
if (_formKey.currentState!.saveAndValidate()) {}
|
||
|
},
|