menu property

List<BoxShadow> menu
final

Implementation

static final List<BoxShadow> menu = [
  BoxShadow(
    color: RALIColors.shadow3,
    blurRadius: 8,
    offset: const Offset(0, 4),
  ),
];