materialIconCodePoint property

int materialIconCodePoint
final

The code point for the material icon that will parsed by Flutter's IconData class for displaying in DevTools.

This code point should be part of the 'MaterialIcons' font family. See https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/icons.dart.

Implementation

final int materialIconCodePoint;