SceneSubtree constructor

const SceneSubtree({
  1. Key? key,
  2. Node? parent,
  3. List<Widget> children = const [],
})

Implementation

const SceneSubtree({super.key, this.parent, this.children = const []});