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() {
lifeCycle.bindImplIntoRoute(this);
return super.createElement();
}