ChatInputView constructor

const ChatInputView({
  1. Key? key,
  2. String? message,
  3. required ValueChanged<String> onSend,
  4. required bool showBarrage,
})

Implementation

const ChatInputView({Key? key, this.message, required this.onSend, required this.showBarrage}) : super(key: key);