Gets a runtime style CSSEntry for name from node.
name
CSSEntry? getStyleEntry(String name) { var style = this.style; return style.getEntry(name); }