Create a Widget out of the cell's value.
The returned widget is automatically rebuilt whenever the cell's value changes.
Widget widget() => toWidget((_, value, __) => value);