ChatUIKitMoreActionsBuilder<T> typedef
ChatUIKitMoreActionsBuilder<T> =
List<ChatUIKitEventAction<T> > Function(BuildContext context, List<ChatUIKitEventAction<T> > actions)
appBar 点击更多按钮时会弹出 bottom sheet, 会返回默认的列表,需要你调整后返回来,返回来的数据会用于 bottom sheet 显示。
Implementation
typedef ChatUIKitMoreActionsBuilder<T> = List<ChatUIKitEventAction<T>> Function(
BuildContext context, List<ChatUIKitEventAction<T>> actions);