ChatScreen constructor
Implementation
const ChatScreen({
super.key,
this.topicId,
required this.mode,
this.topicTitle,
this.from,
this.isValidation = false,
this.validationTarget,
});
const ChatScreen({
super.key,
this.topicId,
required this.mode,
this.topicTitle,
this.from,
this.isValidation = false,
this.validationTarget,
});