fluffychat/lib/pangea/constants/colors.dart
2023-11-08 12:27:18 -05:00

5 lines
102 B
Dart

import 'package:flutter/material.dart';
class PangeaColors {
static const igcError = Colors.red;
}