BrnAppraiseTagClick typedef

BrnAppraiseTagClick = void Function(List<String> selectedTags)

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

Implementation

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