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