ChatBottomPanelContainer<T> constructor
const
ChatBottomPanelContainer<T> ({
- Key? key,
- required ChatBottomPanelContainerController<
T> controller, - required FocusNode inputFocusNode,
- required Widget otherPanelWidget(
- T? data
- void onPanelTypeChange(
- ChatBottomPanelType,
- T? data
- Color panelBgColor = Colors.white,
- double? safeAreaBottom,
- ChatKeyboardChangeKeyboardPanelHeight? changeKeyboardPanelHeight,
Implementation
const ChatBottomPanelContainer({
super.key,
required this.controller,
required this.inputFocusNode,
required this.otherPanelWidget,
this.onPanelTypeChange,
this.panelBgColor = Colors.white,
this.safeAreaBottom,
this.changeKeyboardPanelHeight,
});