applyAttr top-level property

ValueSetter applyAttr

A predefined function, that applies a value as an attribute.

Implementation

ValueSetter get applyAttr {
  return (Element element, String name, Object? value) => _incDom['applyAttr'].apply([element, name, value]);
}