prilogy / vimeo_player

Vimeo player for Flutter
BSD 3-Clause "New" or "Revised" License
20 stars 66 forks source link

White background color in the sides in fullscreen #7

Open inkersgithub opened 3 years ago

inkersgithub commented 3 years ago

Is there a way to remove the white background colour coming in full screen mode?

dnadawa commented 3 years ago

This issue is fixed on #9. You can use VimeoPlayer(fullScreenBackgroundColor: Colors.black) to define the color of the background.