ICON constant

String const ICON

The default icon used in FAVICON β€” a leaf emoji πŸƒ.

You can override this to inject other emojis or characters into the SVG-based favicon.

Example:

const customIcon = HtmlConstant.FAVICON.replaceAll('${HtmlConstant.ICON}', 'πŸ’‘');

Implementation

static const String ICON = "πŸƒ";