state property

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

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

Implementation

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