md property

List<BoxShadow> get md

Implementation

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