ChatUIKitKeyboardPanel constructor
const
ChatUIKitKeyboardPanel({
- required ChatUIKitKeyboardPanelController controller,
- bool maintainBottomViewPadding = false,
- void onPanelChanged(
- ChatUIKitKeyboardPanelType panelType,
- bool readOnly
- List<
ChatUIKitBottomPanelData> bottomPanels = const <ChatUIKitBottomPanelData>[], - Key? key,
Implementation
const ChatUIKitKeyboardPanel({
required this.controller,
this.maintainBottomViewPadding = false,
this.onPanelChanged,
this.bottomPanels = const <ChatUIKitBottomPanelData>[],
super.key,
});