modal property

List<BoxShadow> modal
final

Implementation

static final List<BoxShadow> modal = [
  BoxShadow(
    color: RALIColors.shadow4,
    blurRadius: 16,
    offset: const Offset(-8, 0),
  ),
];