codePoint property

int codePoint
getter/setter pair

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;