Map<String, IconData> get icons => _icons;
set icons(final Map<String, IconData> icons) { _icons = icons; super.notifyListeners(); }