ChatInput constructor
const
ChatInput({
- Key? key,
- required TextEditingController controller,
- required VoidCallback onSend,
- required InputOptions options,
- FocusNode? focusNode,
- VoiceOptions? voiceOptions,
Implementation
const ChatInput(
{super.key,
required this.controller,
required this.onSend,
required this.options,
this.focusNode,
this.voiceOptions});