SceneLoadingBuilder typedef
SceneLoadingBuilder =
Widget Function(BuildContext context, double progress)
Builds the widget shown while a SceneView waits for its resources to load,
given the current load progress (0 to 1). See SceneView.loadingBuilder.
Implementation
typedef SceneLoadingBuilder =
Widget Function(BuildContext context, double progress);