We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa672cf commit 4e93957Copy full SHA for 4e93957
1 file changed
example/lib/sources/submit_button.dart
@@ -17,9 +17,7 @@ class _SubmitButtonFormState extends State<SubmitButtonForm> {
17
18
void _updateSubmitButton() {
19
final formState = _formKey.currentState;
20
- if (formState == null) {
21
- return;
22
- }
+ if (formState == null) return;
23
24
final isSubscribed = formState.instantValue['subscribe'] == true;
25
final isValid = formState.validate(focusOnInvalid: false);
0 commit comments