ChatUIKitAppBarAction constructor
ChatUIKitAppBarAction({
- required Widget child,
- ChatUIKitActionType actionType = ChatUIKitActionType.custom,
- ChatUIKitActionItemOnTap? onTap,
Implementation
ChatUIKitAppBarAction({
required this.child,
this.actionType = ChatUIKitActionType.custom,
this.onTap,
});