ChatInputBar constructor
const
ChatInputBar({})
Implementation
const ChatInputBar({
super.key,
required this.onSend,
required this.theme,
this.isLoading = false,
this.controller,
this.hintText = 'Type a message...',
});