typeIcon property

String get typeIcon

Glyph prefix identifying the field type in the list view. Returns the custom icon if set, otherwise defaultTypeIcon.

Implementation

String get typeIcon => icon ?? defaultTypeIcon;