UXPWidgetVideoCard constructor

const UXPWidgetVideoCard({
  1. Key? key,
  2. String? src,
  3. bool? autoPlay,
})

Implementation

const UXPWidgetVideoCard({
  Key? key,
  this.src,
  this.autoPlay,
}) : super(key: key);