tileBoxShadowLight top-level constant

BoxShadow const tileBoxShadowLight

Implementation

const BoxShadow tileBoxShadowLight = BoxShadow(
  color: Color.fromRGBO(0, 45, 96, 0.08),
  offset: tileShadowOffset,
  blurRadius: tileShadowBlurRadius,
);