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