ArCoreFaceView constructor

const ArCoreFaceView({
  1. Key? key,
  2. ArCoreFaceViewCreatedCallback? onArCoreViewCreated,
  3. bool enableAugmentedFaces = false,
  4. bool debug = false,
})

Implementation

const ArCoreFaceView(
    {Key? key,
    this.onArCoreViewCreated,
    this.enableAugmentedFaces = false,
    this.debug = false})
    : super(key: key);