appraise_interface library
Typedefs
- AppraiseCloseClickCallBack = void Function(BuildContext context)
- 点击关闭的回掉
-
AppraiseConfirmClick
= void Function(int index, List<
String> selectedTags, String input) - 提交按钮点击事件回调 index 选中的表情或者星星的index selectedTags 所有选中标签的集合 input 自定义输入的内容
- AppraiseIconClick = void Function(int index)
- 点击表情或者星星时的回调 index 点击的表情或者星星的index
-
AppraiseTagClick
= void Function(List<
String> selectedTags) - 点击tag的回调 selectedTags 所有选中标签的集合