Add initial pages
This commit is contained in:
parent
927e2c70c0
commit
e73edafc99
4 changed files with 109 additions and 1 deletions
6
lib/Constants.dart
Normal file
6
lib/Constants.dart
Normal 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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue