LinkVVideoWidget constructor

LinkVVideoWidget({
  1. Key? key,
  2. String uid = "",
  3. bool isLocalPreview = false,
  4. PlatformViewCreatedCallback? createdCallback,
})

Implementation

LinkVVideoWidget({Key? key, this.uid = "", this.isLocalPreview = false, this.createdCallback}) : super(key: key);