lightMiddle property

List<BoxShadow> lightMiddle
getter/setter pair

Implementation

static List<BoxShadow> lightMiddle = [
  BoxShadow(
      color: const HSLColor.fromAHSL(0.15, 203, 0.3, 0.15).toColor(),
      offset: const Offset(0.0, 1),
      blurRadius: 3.0,
      spreadRadius: 0),
  BoxShadow(
      color: const HSLColor.fromAHSL(0.1, 204, 0.1, 0.1).toColor(),
      offset: const Offset(0.0, 4),
      blurRadius: 8.0,
      spreadRadius: 0)
];