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