value method

Button value(
  1. String v
)

Implementation

Button value(String v) {
  attr('value', StringAttribute(v));
  return this;
}