BottomInputField constructor

const BottomInputField({
  1. Key? key,
  2. required AutoScrollController scrollController,
  3. required NIMSessionType sessionType,
  4. String? hint,
  5. ChatUIConfig? chatUIConfig,
})

Implementation

const BottomInputField(
    {Key? key,
    required this.scrollController,
    required this.sessionType,
    this.hint,
    this.chatUIConfig})
    : super(key: key);