pinConversationBar property
Widget Function(bool isPinned, dynamic onChange(bool value)?)?
pinConversationBar
getter/setter pair
The switch of if pin the one-to-one conversation to the top of the conversation list. This will not shows when friendship relation not exist as default.
Implementation
Widget Function(bool isPinned, Function(bool value)? onChange)?
pinConversationBar;