KeyboardObserver constructor
const
KeyboardObserver({
- Key? key,
- Widget? child,
- KeyboardObserverListener? showListener,
- KeyboardObserverListener? hideListener,
- Curve? curveShow,
- Duration? durationShow,
- Curve? curveHide,
- Duration? durationHide,
- KeyboardAnimationListener? showAnimationListener,
- KeyboardAnimationListener? hideAnimationListener,
- bool useIOSSystemAnim = true,
Implementation
const KeyboardObserver({
Key? key,
this.child,
this.showListener,
this.hideListener,
this.curveShow,
this.durationShow,
this.curveHide,
this.durationHide,
this.showAnimationListener,
this.hideAnimationListener,
this.useIOSSystemAnim = true,
}) : super(key: key);