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