SceneView constructor
const
SceneView({
- Key? key,
- SceneViewController? controller,
- VoidCallback? onViewCreated,
- List<
ModelNode> initialModels = const [],
Implementation
const SceneView({
super.key,
this.controller,
this.onViewCreated,
this.initialModels = const [],
});