Open chitgoks opened 4 years ago
Same issue here. I got around it by wrapping the content (a Column in my case) with a Container, and setting the background color to Theme.of(context).backgroundColor
.
@essboyer that works but it might be easier to use the built in color property instead of wrapping the content.
yes. that was my workaround but not everybody may know about it right away especially newbies.
Will add default value to the color property to reflect the app theme
Background is always white.