first
This commit is contained in:
7
lib/constant/colors.dart
Normal file
7
lib/constant/colors.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class AppColor {
|
||||
static const Color primaryColor = Colors.black;
|
||||
static const Color secondaryColor = Colors.white;
|
||||
static const Color accentColor = Colors.grey;
|
||||
}
|
||||
Reference in New Issue
Block a user