ChatInputWidget constructor
Creates a new chat input widget.
The onMessageSent callback is required and will be called
when a message is submitted. The isLoading parameter
controls the loading state display.
Implementation
const ChatInputWidget({
required this.onMessageSent,
super.key,
this.isLoading = false,
});