ChatScreen constructor
const
ChatScreen({
- Key? key,
Creates a new chat screen.
The key
parameter is passed to the superclass constructor.
Implementation
const ChatScreen({super.key});
Creates a new chat screen.
The key
parameter is passed to the superclass constructor.
const ChatScreen({super.key});