xxl property

List<BoxShadow> get xxl

Implementation

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