Flutter container borderRadius , white background
Im using a container for a bottom navbar. The navbar has borderradius borderRadius: BorderRadius.only( topLeft: Radius.circular(30), topRight: Radius.circular(30)) But when the border radius is circular i'm getting a white background where the curve is. I've tried changing background color to…