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