fromBottom function

Offset fromBottom(
  1. Animation animation
)

Implementation

Offset fromBottom(Animation animation) =>
    Offset(0, valueByType(1 - animation.value, double));