DeepArPreview constructor

const DeepArPreview(
  1. DeepArController deepArController, {
  2. Key? key,
  3. Function? onViewCreated,
})

Implementation

const DeepArPreview(this.deepArController, {Key? key, this.onViewCreated})
    : super(key: key);