Initial implementation

This commit is contained in:
zontreck 2023-12-25 16:51:24 -07:00
parent 3cb4c0d768
commit 6fdcbb05c4
45 changed files with 13962 additions and 6 deletions

View file

@ -2,4 +2,5 @@ import 'package:flutter/material.dart';
class Constants {
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 80, 0, 0);
static const Color DRAWER_COLOR = Color.fromARGB(255, 0, 75, 75);
}