V2TXLiveVideoWidget constructor

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

Implementation

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