form method

Button form(
  1. String f
)

Implementation

Button form(String f) {
  attr('form', StringAttribute(f));
  return this;
}