LinkVVideoWidget constructor
LinkVVideoWidget({
- Key? key,
- String uid = "",
- bool isLocalPreview = false,
- PlatformViewCreatedCallback? createdCallback,
Implementation
LinkVVideoWidget({Key? key, this.uid = "", this.isLocalPreview = false, this.createdCallback}) : super(key: key);