builder property

Widget Function(BuildContext context, A a, B b) builder
final

Build a widget tree based on the values from a Provider.

Implementation

final Widget Function(BuildContext context, A a, B b) builder;