getIcon static method

IconData? getIcon(
  1. String key
)

Implementation

static IconData? getIcon(String key) {
  return icons[key];
}