builder property

Iterable<Component> Function(BuildContext context, T value, Component? child) builder
final

Build a widget tree based on the value from a Provider<T>.

Must not be null.

Implementation

final Iterable<Component> Function(
  BuildContext context,
  T value,
  Component? child,
) builder;