config.dart 154 B

12345678910
  1. import 'package:flutter/cupertino.dart';
  2. class CustomColor {
  3. static Color textColor = Color(0xfffaf8ef);
  4. }
  5. class BaseConfig {}
  6. class ApiConfig {}