StyleElement constructor Null safety

StyleElement()

Implementation

factory StyleElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("style") as StyleElement;