import 'package:flutter/cupertino.dart'; class CustomColor { static Color textColor = Color(0xfffaf8ef); } class BaseConfig {} class ApiConfig {}