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