Update flutter version

This commit is contained in:
chen08209
2024-08-11 17:45:57 +08:00
parent d0ec580932
commit b7400f2ce8
3 changed files with 13 additions and 23 deletions

View File

@@ -29,7 +29,6 @@ extension ColorSchemeExtension on ColorScheme {
ColorScheme toPrueBlack(bool isPrueBlack) => isPrueBlack
? copyWith(
surface: Colors.black,
background: Colors.black,
surfaceContainer: surfaceContainer.darken(0.05),
)
: this;