Closed Mohdx closed 1 year ago
Fixed BackgroundColor not changing by replacing DecoratedBox to Container
DecoratedBox
Container
I have found the problem: I only take the width, but not the height of the widget. I don't want to use Container at this point because SizedBox is more efficient.
SizedBox
Thank you very much for your help 👍
Fixed BackgroundColor not changing by replacing
DecoratedBox
toContainer