Removes an attribute from the element.
void removeAttr(String name) { _element?.removeAttribute(name); }