VideoPlayerOptions constructor

VideoPlayerOptions({
  1. bool mixWithOthers = false,
})

set additional optional player settings

Implementation

VideoPlayerOptions({this.mixWithOthers = false});