ChatUIKitBottomPanelData constructor
const
ChatUIKitBottomPanelData({
- Widget? child,
- required double height,
- required ChatUIKitKeyboardPanelType panelType,
- bool showCursor = false,
Implementation
const ChatUIKitBottomPanelData({
this.child,
required this.height,
required this.panelType,
this.showCursor = false,
});