fromTop function

Offset fromTop(
  1. Animation animation
)

Implementation

Offset fromTop(Animation animation) => Offset(0, animation.value - 1);