LLmChatTextInput constructor
const
LLmChatTextInput({
- required TextEditingController controller,
- required dynamic onSubmit(),
- Key? key,
- TextStyle? textStyle,
- Widget? icon,
- Color? background,
- EdgeInsets? inputPadding,
Implementation
const LLmChatTextInput({
required this.controller,
required this.onSubmit,
super.key,
this.textStyle,
this.icon,
this.background,
this.inputPadding,
});