my_colors.dart 80 B

12345
  1. import 'dart:ui';
  2. class MyColors{
  3. static Color cFF4233 = Color(0xffFF4233);
  4. }