formMethod property
If the button is a submit button (it's inside/associated with a form and doesn't have type="button"), this attribute specifies the HTTP method used to submit the form.
Implementation
final FormMethodType? formMethod;
If the button is a submit button (it's inside/associated with a form and doesn't have type="button"), this attribute specifies the HTTP method used to submit the form.
final FormMethodType? formMethod;