class AppSpacing { static const double xs = 4; static const double sm = 8; static const double md = 12; static const double lg = 16; static const double xl = 24; static const double xxl = 32; static const double xxxl = 60; } class AppRadius { static const double sm = 8; static const double md = 12; static const double lg = 16; static const double xl = 20; static const double full = 999; }