createElement method
Creates a StatelessElement to manage this widget's location in the tree.
It is uncommon for subclasses to override this method.
Implementation
@override
StatelessElement createElement() {
MatomoTracker.trackScreenWithName(this.name.isEmpty ? this.runtimeType.toString() : this.name, this.title);
return StatelessElement(this);
}