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; static const Color redColor = Color.fromARGB(255, 199, 56, 46); static const Color greenColor = Color.fromARGB(255, 43, 225, 43); }