ThreeScene constructor

const ThreeScene({
  1. Key? key,
  2. required String createdViewId,
  3. Mesh? object,
  4. String? path,
})

Constructs an instance of ThreeScene.

Implementation

const ThreeScene(
    {super.key, required this.createdViewId, this.object, this.path});