WidgetBuilder = Widget Function(BuildContext context) Signature for a function that creates a widget , e.g. StatelessWidget. build or State. build. Used by Builder.
WidgetBuilder = Widget Function(BuildContext context) Signature for a function that creates a widget , e.g. StatelessWidget. build or State. build. Used by Builder.