Dart
dart:svg
TitleElement
TitleElement factory constructor
description
TitleElement constructor
TitleElement
(
)
Implementation
factory
TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"title"
);