DiscoverModule/lib/constants.dart

6 lines
97 B
Dart

import 'dart:ui';
class Constants {
static Color k2color = Color.fromARGB(255, 0, 71, 132);
}