StopElement constructor Null safety

StopElement()

Implementation

factory StopElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("stop") as StopElement;