AppraiseTagClick typedef

AppraiseTagClick = void Function(List<String> selectedTags)

点击tag的回调 selectedTags 所有选中标签的集合

Implementation

typedef AppraiseTagClick = void Function(List<String> selectedTags);