Adds a single CSS-style attribute to the element.
void addStyle(String key, String value) { _styles[key] = value; }