widget method

Widget widget()

Create a Widget out of the cell's value.

The returned widget is automatically rebuilt whenever the cell's value changes.

Implementation

Widget widget() => toWidget((_, value, __) => value);