You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import 'package:flutter/material.dart';
|
|
|
|
class MColor {
|
|
static Color get LGreen => const Color(0xffE6F4F1);
|
|
static Color get DGreen => const Color(0xff429482);
|
|
static Color get LYellow => const Color(0xffEDE59D);
|
|
static Color get DYellow => const Color(0xffEADA4A);
|
|
|
|
|
|
}
|