applyAttr top-level property
ValueSetter
get
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]);
}