plateShadows top-level property

List<BoxShadow> plateShadows
getter/setter pair

Implementation

List<BoxShadow> plateShadows = [
  BoxShadow(
    blurRadius: 6,
    spreadRadius: 1,
    color: Colors.black.withValues(alpha: 0.05),
    offset: const Offset(2, 2),
  ),
];