state property
The current state of the cell, or null if the cell is inactive.
Implementation
@protected
CellState? get state => _getState();
The current state of the cell, or null if the cell is inactive.
@protected
CellState? get state => _getState();