static List<BoxShadow> get xl => [ BoxShadow( color: AtomicColors.shadowColor, blurRadius: 24, offset: const Offset(0, 12), ), ];