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