THATMobile/alice/lib/utils/alice_constants.dart
2026-02-26 10:39:42 +07:00

10 lines
307 B
Dart

import 'package:flutter/material.dart';
class AliceConstants {
static Color red = const Color(0xffff3f34);
static Color lightRed = const Color(0xffff5e57);
static Color green = const Color(0xff05c46b);
static Color grey = const Color(0xff808e9b);
static Color orange = const Color(0xffffa801);
}