codePoint property
Unicode code point of the icon in the font family.
For example, the Material Icons 'ten_k' icon has code point 0xe000, corresponding to IconData(0xe000, fontFamily: 'MaterialIcons').
Implementation
int codePoint = 0;
Unicode code point of the icon in the font family.
For example, the Material Icons 'ten_k' icon has code point 0xe000, corresponding to IconData(0xe000, fontFamily: 'MaterialIcons').
int codePoint = 0;