ELEC60013-ES-CW1/lib/utils/resources.dart

7 lines
175 B
Dart
Raw Normal View History

2022-02-11 12:46:56 +00:00
import 'package:flutter/material.dart';
class Resources {
static final Color primaryColour = Colors.green;
static final Color primaryAccentColour = Colors.greenAccent;
}