commonboxshadow top-level constant

List<BoxShadow> const commonboxshadow

Implementation

const commonboxshadow = [
  BoxShadow(
      blurRadius: 2,
      spreadRadius: 1,
      offset: Offset(0, 1),
      color: Colors.black12)
];