TitleElement constructor Null safety

TitleElement()

Implementation

factory TitleElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("title") as TitleElement;