ChatUIKitAppBarAction constructor

ChatUIKitAppBarAction({
  1. required Widget child,
  2. ChatUIKitActionType actionType = ChatUIKitActionType.custom,
  3. ChatUIKitActionItemOnTap? onTap,
})

Implementation

ChatUIKitAppBarAction({
  required this.child,
  this.actionType = ChatUIKitActionType.custom,
  this.onTap,
});