string data to icon in flutter code example
Example: string data to icon in flutter
Icon(IconData(int.parse('0x${e90a}',
fontFamily: 'family name given in the link above'));
Icon(IconData(int.parse('0x${e90a}',
fontFamily: 'family name given in the link above'));