lightLarge property

List<BoxShadow> lightLarge
getter/setter pair

Implementation

static List<BoxShadow> lightLarge = [
  BoxShadow(
      color: const HSLColor.fromAHSL(0.15, 203, 0.08, 0.3).toColor(),
      offset: const Offset(0.0, 24),
      blurRadius: 36.0,
      spreadRadius: 0),
  BoxShadow(
      color: const HSLColor.fromAHSL(0.08, 204, 0.1, 0.1).toColor(),
      offset: const Offset(8, 0),
      blurRadius: 24.0,
      spreadRadius: 0)
];