add github action

This commit is contained in:
2023-12-30 16:46:13 +01:00
parent 695f451763
commit 6ca462e2d2
21 changed files with 325 additions and 216 deletions

View File

@@ -13,7 +13,7 @@ const defaultPadding = 16.0;
const double defaultBorderRadius = 15;
class ColorConstants {
static Color blue = Color(0xFF0D46BB);
static Color blue = const Color(0xFF0D46BB);
}
class Palette {