state property

  1. @protected
CellState<StatefulCell>? get state

The current state of the cell, or null if the cell is inactive.

Implementation

@protected
CellState? get state => _getState();