fromName static method

IconData fromName(
  1. String name
)

Implementation

static IconData fromName(String name) => iconPackMap[name]!;