xs property

List<BoxShadow> get xs

Implementation

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