builder property

Widget Function(BuildContext context, T listenable) builder
final

Builder to build Widget to update when changes are made.

The Listenable object being monitored is passed to listenable.

変更があった場合に更新するWidgetをビルドするためのビルダー。

listenableに監視しているListenableオブジェクトが渡されます。

Implementation

final Widget Function(BuildContext context, T listenable) builder;