BottomInputField constructor
const
BottomInputField({
- Key? key,
- required AutoScrollController scrollController,
- required NIMConversationType conversationType,
- required String conversationId,
- String? hint,
- ChatUIConfig? chatUIConfig,
Implementation
const BottomInputField({
Key? key,
required this.scrollController,
required this.conversationType,
required this.conversationId,
this.hint,
this.chatUIConfig,
}) : super(key: key);