getIcon static method

IconData? getIcon(
  1. String name
)

Implementation

static IconData? getIcon(String name) {
  return _icons[name];
}