onReset method
The reset event fires when a <form> is reset.
Read more...
Implementation
Form onReset(Function(Element, Event)? fun) {
if (fun != null) on.call('reset', fun);
return this;
}
The reset event fires when a <form> is reset.
Read more...
Form onReset(Function(Element, Event)? fun) {
if (fun != null) on.call('reset', fun);
return this;
}