builder property

Widget Function(WatcherContext context) builder
final

A widget builder in which it's possible to watch Listenables, using the watch extension method.

Implementation

final Widget Function(WatcherContext context) builder;