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