-
-
Save skydoves/c0667841642fe3c6880b5bb91dd1cd77 to your computer and use it in GitHub Desktop.
theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setContent { | |
VideoTheme( | |
videoRendererStyle = VideoRendererStyle(backgroundColor = Color.Blue) | |
) { | |
.. | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment