Transparent background for GameWidget? #2124
-
Hello, I want to overlay GameWidget over Flutter Widgets with transparent background. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can show how exactly are you setting background to black for GameWidget? |
Beta Was this translation helpful? Give feedback.
-
GameWidget does not have a background color. The black background you are seeing is most probably the color of your game which is black by default. Try overriding the backgroundColor method of your game class to return a transparent color |
Beta Was this translation helpful? Give feedback.
GameWidget does not have a background color.
The black background you are seeing is most probably the color of your game which is black by default.
Try overriding the backgroundColor method of your game class to return a transparent color