ChatUIKitAppBarActionsBuilder typedef
ChatUIKitAppBarActionsBuilder =
List<ChatUIKitAppBarAction> ? Function(BuildContext context, List<ChatUIKitAppBarAction> ? defaultList)
用于在 appBar 上添加事件,会返回默认的列表,需要你调整后返回来,返回来的数据会用于菜单显示。
Implementation
typedef ChatUIKitAppBarActionsBuilder = List<ChatUIKitAppBarAction>? Function(
BuildContext context,
List<ChatUIKitAppBarAction>? defaultList,
);