Skip to content
New issue

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

Only accept either background color or decoration on SurveyKit. #135

Open
eldrig0 opened this issue Nov 2, 2023 · 0 comments
Open

Only accept either background color or decoration on SurveyKit. #135

eldrig0 opened this issue Nov 2, 2023 · 0 comments
Assignees
Labels
bug Something isn't working develop Label for develop branch.

Comments

@eldrig0
Copy link

eldrig0 commented Nov 2, 2023

Currently adding SurveyKit( backgroundColor: Colors.red, ...)
does only applies color to AppBar and not the entire page and need to have decoration param like
SurveyKit( backgroundColor: Colors.red, decoration: BoxDecoration(color: Colors.red) ... )
to apply change color on entire page

@eldrig0 eldrig0 added bug Something isn't working develop Label for develop branch. labels Nov 2, 2023
@eldrig0 eldrig0 self-assigned this Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working develop Label for develop branch.
Projects
None yet
Development

No branches or pull requests

1 participant