state property
The current state of the cell, or null if the cell is inactive.
Implementation
@override
MutableComputedCellState<T, MutableDependentCell<T>> get state =>
super.state as MutableComputedCellState<T, MutableDependentCell<T>>;
The current state of the cell, or null if the cell is inactive.
@override
MutableComputedCellState<T, MutableDependentCell<T>> get state =>
super.state as MutableComputedCellState<T, MutableDependentCell<T>>;