icon property

  1. @override
String get icon

The name of the drawable resource.

For example if the drawable resource is located at res/drawable/app_icon.png, the icon should be app_icon

Implementation

@override
String get icon => _icon;