ChatSearchViewArguments constructor
const
ChatSearchViewArguments({
- required String chatJid,
- required List<
ChatMessageModel> chatList, - bool showChatDeliveryIndicator = true,
- bool disableAppBar = false,
Implementation
const ChatSearchViewArguments(
{required this.chatJid,
required this.chatList,
this.showChatDeliveryIndicator = true,
this.disableAppBar = false});