Initial implementation
This commit is contained in:
parent
3cb4c0d768
commit
6fdcbb05c4
45 changed files with 13962 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue