KeyboardState constructor
KeyboardState({
- required KeyboardAnimationState animationState,
- required double visibility,
- required double height,
- required double totalHeight,
- required Size screenSize,
Implementation
KeyboardState({
required this.animationState,
required this.visibility,
required this.height,
required this.totalHeight,
required this.screenSize,
});