KeyboardState constructor

KeyboardState({
  1. required KeyboardAnimationState animationState,
  2. required double visibility,
  3. required double height,
  4. required double totalHeight,
  5. required Size screenSize,
})

Implementation

KeyboardState({
  required this.animationState,
  required this.visibility,
  required this.height,
  required this.totalHeight,
  required this.screenSize,
});