title property
String
get
title
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;
set
title
(String value)
Implementation
external set title(String value);