flutter container opacity code example
Example 1: flutter how to add opacity to color
backgroundColor: Colors.black.withOpacity(0.5)
Example 2: flutter container opacity
const Color(0xFF0E3311).withOpacity(0.5)
backgroundColor: Colors.black.withOpacity(0.5)
const Color(0xFF0E3311).withOpacity(0.5)