onPressChatTitle property

(dynamic Function(BuildContext context, ChatModel chat)?) onPressChatTitle
final

Callback function triggered when chat title is pressed.

Implementation

final Function(BuildContext context, ChatModel chat)? onPressChatTitle;