KeyboardListener constructor

KeyboardListener({
  1. dynamic willShowKeyboard(
    1. double
    )?,
  2. Function? willHideKeyboard,
})

Constructs a new KeyboardListener

Implementation

KeyboardListener({this.willShowKeyboard, this.willHideKeyboard});