state property
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>?;
The current state of the cell, or null if the cell is inactive.
@protected
@override
PrevValueState<T>? get state => super.state as PrevValueState<T>?;