state property

  1. @override
  2. @protected
SelfCellState<T>? get state

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

Implementation

@override
@protected
SelfCellState<T>? get state => super.state as SelfCellState<T>?;