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() => restorationId != null
? _RestorableCellStorageElement(this, restorationId!)
: _CellStorageElement(this);