menu
tencent_cloud_chat_customer_service_plugin package
documentation
components/message-branch.dart
MessageBranch
MessageBranch const constructor
MessageBranch const constructor
dark_mode
light_mode
MessageBranch
constructor
const
MessageBranch
(
{
Key
?
key
,
required
dynamic
payload
,
required
Function
onClickItem
,
})
Implementation
const MessageBranch( {super.key, required this.payload, required this.onClickItem});
tencent_cloud_chat_customer_service_plugin package
documentation
components/message-branch
MessageBranch
MessageBranch const constructor
MessageBranch class