VideoPlayer constructor
VideoPlayer(})
Implementation
VideoPlayer(
Object? path, {
this.source = VideoSource.network,
this.autoPlay = false,
this.looping = false,
this.showControls = true,
this.width,
this.height,
String? name,
Object? visible,
}) : path = normalizeExpression(path),
super(name: name, visible: _normalizeVisibility(visible));