dialog and other ui fixes

This commit is contained in:
2023-02-26 12:19:23 -05:00
parent 3b4810fc2d
commit d053a0bdaf
4 changed files with 255 additions and 79 deletions

View File

@@ -36,7 +36,7 @@ class MyApp extends StatelessWidget {
}
}
class CustomMaterialColor {
class CustomMaterialColor {
final int r;
final int g;
final int b;