survey_kit icon indicating copy to clipboard operation
survey_kit copied to clipboard

Only accept either background color or decoration on SurveyKit.

Open eldrig0 opened this issue 8 months ago • 0 comments

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 avatar Nov 02 '23 09:11 eldrig0