VideoViewProps constructor

VideoViewProps({
  1. String? label,
  2. String? videoUrl,
})

Implementation

VideoViewProps({
  this.label,
  this.videoUrl
});