xl property

List<BoxShadow> get xl

Implementation

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