how to show color with hex code in flutter code example
Example: flutter color hex
const color = const Color(0xffb74093); // Second `const` is optional in assignments.
const color = const Color(0xffb74093); // Second `const` is optional in assignments.