You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Currently adding
SurveyKit( backgroundColor: Colors.red, ...)
does only applies color to
AppBar
and not the entire page and need to have decoration param likeSurveyKit( backgroundColor: Colors.red, decoration: BoxDecoration(color: Colors.red) ... )
to apply change color on entire page
The text was updated successfully, but these errors were encountered: