Question
How do I use RGB color in Flutter?
I am trying to use it like this but it is giving me no color on text.
Color.fromARGB(1, 239 ~/ 255, 58 ~/ 255, 121 ~/ 255)
46 107666
46