IconNodeAttrs typedef

IconNodeAttrs = Map<String, Object?>

Attributes of an icon node, as the icon packs export them: values may be strings or numbers, and an absent key means "use the fallback".

Implementation

typedef IconNodeAttrs = Map<String, Object?>;