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