darkSmall property

List<BoxShadow> darkSmall
getter/setter pair

Implementation

static List<BoxShadow> darkSmall = [
  BoxShadow(
      color: const HSLColor.fromAHSL(0.3, 203, 0.08, 0.3).toColor(),
      offset: const Offset(0.0, 1),
      blurRadius: 3.0,
      spreadRadius: 0),
  BoxShadow(
      color: const HSLColor.fromAHSL(0.2, 204, 0.1, 0.2).toColor(),
      offset: const Offset(0.0, 1),
      blurRadius: 2.0,
      spreadRadius: 0)
];