greenBoxShadow top-level constant

List<BoxShadow> const greenBoxShadow

Implementation

const greenBoxShadow = [
  BoxShadow(
      blurRadius: 1,
      spreadRadius: 2,
      offset: Offset(0, 1),
      color: Color.fromARGB(255, 195, 241, 223))
];