getIconFromKey method

IconData getIconFromKey(
  1. String key
)

Converts a string key to its icon.

Implementation

IconData getIconFromKey(String key) =>
    _themeConfigs[fromKey(key)]?.icon ?? Icons.brightness_6;