Closed TheFreal closed 1 month ago
background and onBackground have been deprecated as of flutter 3.22: https://blog.stackademic.com/flutter-3-22-update-breaking-changes-in-colorscheme-59ffb3131276
background
onBackground
This PR migrates background to surface, onBackground to onSurface, and surface to surfaceContainer
surface
onSurface
surfaceContainer
background
andonBackground
have been deprecated as of flutter 3.22: https://blog.stackademic.com/flutter-3-22-update-breaking-changes-in-colorscheme-59ffb3131276This PR migrates
background
tosurface
,onBackground
toonSurface
, andsurface
tosurfaceContainer
QA checklist