ChatUIKitDialogAction<T>.destructive constructor
ChatUIKitDialogAction<T>.destructive ({
- required String label,
- TextStyle? style,
- VoidCallback? onTap,
Implementation
ChatUIKitDialogAction.destructive({
required this.label,
this.style,
this.onTap,
}) : type = ChatUIKitDialogActionType.destructive,
onInputsTap = null;