ChatInputBar constructor
const
ChatInputBar({
- Key? key,
- required TextEditingController controller,
- required VoidCallback onSend,
- required bool isWaiting,
- bool enabled = true,
- bool lockInput = false,
- FormlessTheme? theme,
- Widget? sendIcon,
Implementation
const ChatInputBar({
super.key,
required this.controller,
required this.onSend,
required this.isWaiting,
this.enabled = true,
this.lockInput = false,
this.theme,
this.sendIcon,
});