AIInputBar constructor
- Key? key,
- required AIChatTheme theme,
- required String hintText,
- required bool isLoading,
- required void onSend(
- String text
Implementation
const AIInputBar({
super.key,
required this.theme,
required this.hintText,
required this.isLoading,
required this.onSend,
});