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 = "π";