createElement method
Creates a StatelessElement to manage this component's location in the tree.
It is uncommon for subclasses to override this method.
Implementation
@override
Element createElement() => _TemplateDocumentElement(this);
Creates a StatelessElement to manage this component's location in the tree.
It is uncommon for subclasses to override this method.
@override
Element createElement() => _TemplateDocumentElement(this);