Answers for "flutter how to make slightly transparent"

2

flutter how to add opacity to color

backgroundColor: Colors.black.withOpacity(0.5)
Posted by: Guest on May-05-2020
4

opacity color flutter

Color(0xFF0E3311).withOpacity(0.5)
Posted by: Guest on May-14-2020

Code answers related to "flutter how to make slightly transparent"

Browse Popular Code Answers by Language