KeyboardBody constructor
const
KeyboardBody({
- Key? key,
- KeyboardViewInsetsState? insetsState,
- Animation<
double> ? slideAnimation, - required Widget child,
Implementation
const KeyboardBody({
Key? key,
this.insetsState,
this.slideAnimation,
required this.child,
}) : super(key: key);