CircleElement constructor Null safety

CircleElement()

Implementation

factory CircleElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("circle")
        as CircleElement;