builder property
This is called with every rebuild of the App's inherited widget.
Implementation
final Widget Function(BuildContext context, Object? object) builder;
This is called with every rebuild of the App's inherited widget.
final Widget Function(BuildContext context, Object? object) builder;