How to use Hex Color Code #b74093 in Flutter
Simply remove the # sign from hex color code and ad 0xff with color code inside Color class
#b74093
will become Color(0xffb74093)
in Flutter
#B74093
will become Color(0xFFB74093)
in Flutter
the ff or FF
in Color(0xFFB74093)
defines the opacity