bogui/lib/global.dart

11 lines
282 B
Dart

import 'package:flutter/material.dart';
// Colors
const Color orangeC = Color(0xffd07316);
const Color yellowC = Color(0xffFFD68E);
const Color floattingYellow = Color(0xffEFEFBF);
const Color backgroundColor = Color(0xFFF5F5F5);
late double screenWidth;
late double screenHight;