CloseKeyboardConfig constructor

const CloseKeyboardConfig({
  1. bool enabled = true,
  2. bool clearFocus = true,
  3. VoidCallback? onKeyboardClosed,
})

Implementation

const CloseKeyboardConfig({
  this.enabled = true,
  this.clearFocus = true,
  this.onKeyboardClosed,
});