cell<T, V extends ValueCell<T>> abstract method

V cell<T, V extends ValueCell<T>>(
  1. CreateCell<V> create
)

Return an instance of a ValueCell that is kept between builds of the widget.

The functionality of this method is the same as CellHooks.cell.

Implementation

V cell<T, V extends ValueCell<T>>(CreateCell<V> create);