We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I change the background of the control panel to transparent
Here is my code :
betterPlayerController = BetterPlayerController( BetterPlayerConfiguration( fit: BoxFit.fitHeight, autoPlay: true, subtitlesConfiguration: BetterPlayerSubtitlesConfiguration(), controlsConfiguration: BetterPlayerControlsConfiguration( enableMute: true, controlBarColor: Colors.transparent, controlBarHeight: 50.w, forwardSkipTimeInMilliseconds: 30000, backwardSkipTimeInMilliseconds: 15000, enablePlayPause: false, controlsHideTime: Duration(seconds: 1), playerTheme: BetterPlayerTheme.cupertino, ), ), betterPlayerDataSource: betterPlayerDataSource, );
The text was updated successfully, but these errors were encountered:
Please fill issue ticket properly and follow this policy: #535
Just change controlBarColor in BetterPlayerControlsConfiguration to your desired color.
controlBarColor
BetterPlayerControlsConfiguration
Sorry, something went wrong.
Sorry about I haven't written the issue use the template first. Maybe I didn't express my question. I want to remove the Gaussian Blur.
I have set the controlBarColor to Colors.transparent, but it doesn't work. @jhomlala , thx.
Colors.transparent
jhomlala
No branches or pull requests
How can I change the background of the control panel to transparent
Here is my code :
The text was updated successfully, but these errors were encountered: