RtcSurfaceView constructor

const RtcSurfaceView({
  1. Key? key,
  2. RtcSurfaceViewCreatedCallback? onViewCreated,
  3. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
})

Constructs a RtcSurfaceView

Implementation

const RtcSurfaceView({
  Key? key,
  this.onViewCreated,
  this.gestureRecognizers,
}) : super(key: key);