In Flutter, if a BoxDecoration has both borderRadius and boxShadow, the border is not displayed
The problem is simple, I have a widget called SelectBox with an "active" parameter. If active is true then there should be both the shadow and the white border, but the border doesn't appear anymore! When active is false the…