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