lg property

List<BoxShadow> get lg

Implementation

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