placeholder function

Attribute<PlaceholderAttr> placeholder(
  1. String value
)

Implementation

Attribute<PlaceholderAttr> placeholder(String value) {
  return Attribute('placeholder', value);
}