onPressChatTitle property
final
Callback function triggered when chat title is pressed.
Implementation
final Function(BuildContext context, ChatModel chat)? onPressChatTitle;
Callback function triggered when chat title is pressed.
final Function(BuildContext context, ChatModel chat)? onPressChatTitle;