ChatUIKitBottomPanelData constructor

const ChatUIKitBottomPanelData({
  1. Widget? child,
  2. required double height,
  3. required ChatUIKitKeyboardPanelType panelType,
  4. bool showCursor = false,
})

Implementation

const ChatUIKitBottomPanelData({
  this.child,
  required this.height,
  required this.panelType,
  this.showCursor = false,
});