boxShad(double x, double y, double b) { return BoxShadow( offset: Offset(x, y), blurRadius: b, color: const Color(0xdd000000).withOpacity(0.3), ); }