acceptedShadows constant

List<String> const acceptedShadows

Implementation

static const List<String> acceptedShadows = [
  "shadow-sm",
  "shadow-md",
  "shadow-lg",
  "shadow-xl",
  "shadow-2xl",
  "shadow-none",
];