ChatInputView constructor
const
ChatInputView({
- Key? key,
- String? message,
- required ValueChanged<
String> onSend, - required bool showBarrage,
Implementation
const ChatInputView({Key? key, this.message, required this.onSend, required this.showBarrage}) : super(key: key);