slideAnimation property

Animation<double>? slideAnimation
final

The animation for sliding the keyboard.

This is used in the body for reporting fractional sliding progress, i.e. reporting a smaller size while sliding.

Implementation

final Animation<double>? slideAnimation;