SafeKeyboard constructor

SafeKeyboard({
  1. KeyboardController? controller,
  2. ValueChanged<String>? onChanged,
})

Implementation

SafeKeyboard({this.controller, this.onChanged});