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
Since version 1.5.0 the background in MaxWidthBox is not working anymore. I always had it like background: Container(color: Colors.white) in the older versions.
Now I just added Colors.white to the backgroundColor attribute. But it always stays black.
As far as I see, the backgroundColor attribute is not at all about the color outside of the MaxWidthBox. How can I set this color now?