ChatUIKitEventAction<T> constructor
ChatUIKitEventAction<T> ({
- required ChatUIKitEventActionType type,
- required String label,
- required ChatUIKitActionType actionType,
- TextStyle? style,
- VoidCallback? onTap,
- Widget? icon,
Implementation
ChatUIKitEventAction({
required this.type,
required this.label,
required this.actionType,
this.style,
this.onTap,
this.icon,
});