builder property

Widget Function(BuildContext context, WidgetRef ref) builder
final

A builder for building widgets under the page.

When an update is notified in ScopedValue referenced by WidgetRef, the widget in this widget will also be updated.

ページ配下のウィジェットをビルドするためのビルダー。

WidgetRefで参照されたScopedValueにおける更新が通知された場合この中のウィジェットも更新されます。

Implementation

final Widget Function(BuildContext context, WidgetRef ref) builder;