2023-12-24 20:49:58 -07:00
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
|
|
|
class Constants {
|
|
|
|
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 80, 0, 0);
|
2023-12-25 16:51:24 -07:00
|
|
|
static const Color DRAWER_COLOR = Color.fromARGB(255, 0, 75, 75);
|
2023-12-24 20:49:58 -07:00
|
|
|
}
|