ChatSearchView constructor

ChatSearchView({
  1. Key? key,
  2. bool showChatDeliveryIndicator = true,
})

Implementation

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