NudgeVideo constructor
const
NudgeVideo(})
Implementation
const NudgeVideo(
super.box, {
required this.url,
required this.height,
required this.autoplay,
required this.loop,
required this.showControls,
required this.muted,
});