QuickBirdEng / survey_kit

Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
MIT License
127 stars 97 forks source link

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

Open eldrig0 opened 1 year ago

eldrig0 commented 1 year ago

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