ArchivedChatListView constructor

ArchivedChatListView({
  1. Key? key,
  2. bool enableAppBar = true,
  3. bool showChatDeliveryIndicator = true,
})

Implementation

ArchivedChatListView(
    {super.key,
    this.enableAppBar = true,
    this.showChatDeliveryIndicator = true});