IconPack constructor

IconPack({
  1. required Map<String, IconData> icons,
})

Implementation

IconPack({
  required this.icons,
});