builder property

Widget Function(BuildContext context, Object? object) builder
final

This is called with every rebuild of the App's inherited widget.

Implementation

final Widget Function(BuildContext context, Object? object) builder;