customIconPack property

Map<String, IconPickerIcon>? customIconPack
final

Provide here your custom IconPack in a Map<String, IconData> to show your own collection of Icons to pick from

Implementation

final Map<String, IconPickerIcon>? customIconPack;