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