const TagPanel({ Key? key, required this.selected, required this.onSelect, required this.icons, }) : super(key: key);