KeyboardObserver constructor
KeyboardObserver({
- FlutterView? view,
- void onShow()?,
- void onHide()?,
Implementation
KeyboardObserver({
FlutterView? view,
this.onShow,
this.onHide,
}) : this._view = view ?? PlatformDispatcher.instance.views.first;