I would like to know how to make these containers.
Container Code of Now
Container(
width: screenWidth / 1.1,
height: screenHeight / 6,
decoration: BoxDecoration(
color: Color.fromRGBO(255, 255, 255, 0.1),
shape: BoxShape.rectangle,
borderRadius: BorderRadius.all(Radius.circular(15))),
)
back greeen color
#0E8375