ChatScreen constructor

const ChatScreen(
  1. {Key? key,
  2. String? profileImage,
  3. String? profileName}
)

Implementation

const ChatScreen({super.key, this.profileImage, this.profileName});