ChatInputField constructor
const ChatInputField({required String chatId, required DirectChatViewModel model, Key? key})
Implementation
const ChatInputField(\{
required this.chatId,
required this.model,
Key? key,
\}) : super(key: key);
const ChatInputField({required String chatId, required DirectChatViewModel model, Key? key})
const ChatInputField(\{
required this.chatId,
required this.model,
Key? key,
\}) : super(key: key);