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
? _RestorableCellWidgetElement(this, restorationId!)
: _CellWidgetElement(this);