List<BoxShadow> textShadows = [ BoxShadow(color: Colors.black.withValues(alpha: 0.5), spreadRadius: 0, blurRadius: 4, offset: const Offset(2, 2)), ];