controls function

Attribute<ControlsAttr> controls(
  1. String value
)

Implementation

Attribute<ControlsAttr> controls(String value) {
  return Attribute('controls', value);
}