WidgetWithChildBuilder typedef
WidgetWithChildBuilder =
Widget Function(BuildContext context, Widget? child)
When builder this Widget, you should include the provided child into the tree
Implementation
typedef Widget WidgetWithChildBuilder(BuildContext context, Widget? child);