formMethod property

FormMethodType? formMethod
finalinherited

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;