import 'dart:ui'; class GlobalConfig { static const appName = 'TransGlobe'; static const appColor = Color(0xffFF5122); }