ConversationsView constructor

const ConversationsView({
  1. Key? key,
})

Implementation

const ConversationsView({Key? key}) : super(key: key);