ChatSearchViewArguments constructor

const ChatSearchViewArguments({
  1. required String chatJid,
  2. required List<ChatMessageModel> chatList,
  3. bool showChatDeliveryIndicator = true,
  4. bool disableAppBar = false,
})

Implementation

const ChatSearchViewArguments(
    {required this.chatJid,
    required this.chatList,
    this.showChatDeliveryIndicator = true,
    this.disableAppBar = false});