ChatInputSection constructor
const
ChatInputSection({
- Key? key,
- required dynamic onMessageSend(),
- InputSectionStyle style = const InputSectionStyle(),
Implementation
const ChatInputSection({
Key? key,
required this.onMessageSend,
this.style = const InputSectionStyle(),
}) : super(key: key);