OpenWVideo constructor
const
OpenWVideo({})
Returns a Video widget in Teta
Implementation
const OpenWVideo({
super.key,
required this.state,
required this.value,
required this.startAt,
required this.showControls,
required this.showFullScreen,
required this.loopVideo,
});