8-15/3
This commit is contained in:
@@ -4,4 +4,5 @@ class AppColor {
|
||||
static const Color primaryColor = Colors.black;
|
||||
static const Color secondaryColor = Colors.white;
|
||||
static const Color accentColor = Colors.grey;
|
||||
static const Color redColor = Color.fromARGB(255, 199, 56, 46);
|
||||
}
|
||||
|
||||
4
lib/constant/table_names.dart
Normal file
4
lib/constant/table_names.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class TableName {
|
||||
static const String placesFavorite = "placesFavorite";
|
||||
static const String carLocations = "carLocations";
|
||||
}
|
||||
Reference in New Issue
Block a user