KeyboardConfig constructor

const KeyboardConfig({
  1. KeyboardBuilder? builder,
  2. GetKeyboardHeight? getHeight,
})

Implementation

const KeyboardConfig({this.builder, this.getHeight});