How to put opacity for container in flutter
问题 I want to put opacity for container which contain hexadecimal color code. I am new to flutter. Please help me. Here is the code. Thanks in advance. final body = Container( width: MediaQuery.of(context).size.width, margin: const EdgeInsets.only(left: 40.0, right: 40.0), padding: EdgeInsets.all(28.0), decoration: new BoxDecoration( color: const Color(0xFF0E3311),//here i want to add opacity border: new Border.all(color: Colors.black54, ), borderRadius: new BorderRadius.only( topLeft: const