Returns a widget displaying the video with a given textureID.
@override Widget buildView(int textureId) { return Texture(textureId: textureId); }