issues
search
stefanhk31
/
personal_blog_flutter
https://stefanhodgeskluck.com
2
stars
0
forks
source link
fix: fixing background color after update to 3.22
#107
Closed
stefanhk31
closed
6 months ago
stefanhk31
commented
6 months ago
Description
Linter says use
surface
instead of
background
on
ColorScheme
, but
surface
only works on cards
Using
scaffoldBackgroundColor
instead
Type of Change
[ ] โจ New feature (non-breaking change which adds functionality)
[ X] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
[ ] ๐งน Code refactor
[ ] โ Build configuration change
[ ] ๐ Documentation
[ ] ๐๏ธ Chore
Description
surface
instead ofbackground
onColorScheme
, butsurface
only works on cardsscaffoldBackgroundColor
insteadType of Change