title property
The SVGStyleElement.title property is a string corresponding to the
title
attribute of the given SVG style element.
It may be used to select between
alternate style sheets.
Implementation
external String get title;
Implementation
external set title(String value);