ChatUIKitKeyboardPanel constructor

const ChatUIKitKeyboardPanel({
  1. required ChatUIKitKeyboardPanelController controller,
  2. bool maintainBottomViewPadding = false,
  3. void onPanelChanged(
    1. ChatUIKitKeyboardPanelType panelType,
    2. bool readOnly
    )?,
  4. List<ChatUIKitBottomPanelData> bottomPanels = const <ChatUIKitBottomPanelData>[],
  5. Key? key,
})

Implementation

const ChatUIKitKeyboardPanel({
  required this.controller,
  this.maintainBottomViewPadding = false,
  this.onPanelChanged,
  this.bottomPanels = const <ChatUIKitBottomPanelData>[],
  super.key,
});