Add initial pages

This commit is contained in:
zontreck 2024-05-15 03:38:29 -07:00
parent 927e2c70c0
commit e73edafc99
4 changed files with 109 additions and 1 deletions

6
lib/Constants.dart Normal file
View file

@ -0,0 +1,6 @@
import 'package:flutter/material.dart';
class Constants {
static const TITLEBAR_COLOR = Color.fromARGB(255, 97, 0, 0);
static const DRAWER_COLOR = Color.fromARGB(148, 0, 97, 97);
}