static List<BoxShadow> get lg => [ BoxShadow( color: AtomicColors.shadowColor, blurRadius: 16, offset: const Offset(0, 8), ), ];