createState abstract method

  1. @protected
CellState<StatefulCell> createState()

Create the CellState for this cell.

This method should be overridden by subclasses.

Implementation

@protected
CellState createState();