largeShadows top-level property

List<BoxShadow> largeShadows
getter/setter pair

Implementation

List<BoxShadow> largeShadows = [
  BoxShadow(color: Colors.black.withValues(alpha: 0.5), spreadRadius: 5, blurRadius: 50),
];