card property

List<BoxShadow> card
final

Implementation

static final List<BoxShadow> card = [
  BoxShadow(
    color: RALIColors.shadow2,
    blurRadius: 4,
    offset: const Offset(0, 2),
  ),
];