Files
Motula-Translate-App/motula_translate_app/lib/constants.dart
2024-03-08 12:15:47 +01:00

8 lines
292 B
Dart

import 'package:flutter/material.dart';
const Color backgroundColor2 = Color(0xFF17203A);
const Color backgroundColorLight = Color(0xFFF2F6FF);
const Color backgroundColorDark = Color(0xFF25254B);
const Color shadowColorLight = Color(0xFF4A5367);
const Color shadowColorDark = Colors.black;