fluttercolorsfigma

How can I use the RGBA code which is given in a Figma file?


I have given with the Figma file but the color is not matching with the RGBA in flutter code.

figma file screenshot


Solution

  • Just use this function Color.fromRGBO(0, 82, 204, 1).