static List<BoxShadow> get xs => [ BoxShadow( color: AtomicColors.shadowColor, blurRadius: 2, offset: const Offset(0, 1), ), ];