createState method
Create the CellState for this cell.
This method should be overridden by subclasses.
Implementation
@override
CellState<StatefulCell> createState() => MetaCellState<T>(
cell: this,
key: key
);
Create the CellState for this cell.
This method should be overridden by subclasses.
@override
CellState<StatefulCell> createState() => MetaCellState<T>(
cell: this,
key: key
);