Platform/Environment: The issue is present in Test Mode (Web) and on specific Android devices (e.g., Samsung A16). Note that this issue does not occur on all devices; for example, a Samsung S24 renders the design correctly.
The Bug: I have manually assigned the background color
#14181bto my containers. However, the engine frequently ignores this in Test Mode and on the A16, causing the container to become transparent or incorrectly rendered. This forces theBox Shadow(neon glow) to bleed into the inside of the container instead of rendering externally.Inconsistency: The bug is unpredictable; identical widget configurations render correctly on some devices (like the S24) but fail in Test Mode and on other Android devices.
Verification: This is not a configuration error. I do not use global
Widget Themesthat could override my manual settings. The issue remains even when attempting workarounds likeStackorCardwidgets.
This inconsistency makes it impossible to maintain a reliable UI across the targeted platforms. As this issue manifests in Test Mode, it points to a fundamental bug in the underlying FlutterFlow rendering engine.