BrnAppraiseConfirmClick typedef

BrnAppraiseConfirmClick = void Function(int index, List<String> selectedTags, String input)

提交按钮点击事件回调 index 选中的表情或者星星的index selectedTags 所有选中标签的集合 input 自定义输入的内容

Implementation

typedef BrnAppraiseConfirmClick = void Function(
    int index, List<String> selectedTags, String input);