CarpenterHostBuilder typedef
CarpenterHostBuilder =
Widget Function(BuildContext context, Widget child)
Optionally transforms hosted content after the runtime is compiled and before shells wrap the result.
Implementation
typedef CarpenterHostBuilder =
Widget Function(BuildContext context, Widget child);