GPUVideoWidget constructor

const GPUVideoWidget({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. String? path,
  5. GPUVideoCallBack? callBack,
})

Implementation

const GPUVideoWidget({
  Key? key,
  this.width,
  this.height,
  this.path,
  this.callBack,
}) : super(key: key);