fluffychat/lib/pangea/constants/colors.dart
2023-12-04 03:13:10 +01:00

5 lines
102 B
Dart

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