RCRTCTextureView constructor

RCRTCTextureView(
  1. TextureViewCreatedCallback callback, {
  2. BoxFit fit = BoxFit.cover,
  3. bool mirror = false,
})

Implementation

RCRTCTextureView(
  this.callback, {
  this.fit = BoxFit.cover,
  this.mirror = false,
}) : super(key: Key('RCRTCTextureView[${DateTime.now().microsecondsSinceEpoch}]'));