mediumShadows top-level property

List<BoxShadow> mediumShadows
getter/setter pair

Implementation

List<BoxShadow> mediumShadows = [
  BoxShadow(color: Colors.black.withValues(alpha: 0.25), spreadRadius: 2, blurRadius: 15),
];