placeholder method

Input placeholder(
  1. String text
)

Implementation

Input placeholder(String text) {
  attr('placeholder', StringAttribute(text));
  return this;
}