iconName property

String get iconName

The icon identifier.

Implementation

String get iconName => _icon is Icon ? _icon.name : _icon;