state property

  1. @override
MutableComputedCellState<T, MutableDependentCell<T>> get state

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>>;