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