TestAppBuilder typedef
Builds the app root widget for widget/golden tests.
Set once in flutter_test_config.dart:
testAppBuilder = buildTestApp;
Implementation
typedef TestAppBuilder = Widget Function({
String? route,
Locale? locale,
Widget? home,
});