Tag: Scale Animation text Flutter

  • Scale Animation Flutter : Tiny Flutter Apps Series

    How to scale an animation in flutter? Let’s try to understand it first. When an animation has a lower bound and upper bound we can scale it. The animation reduces or increases in size according to a common scale. In short the scale animation starts small, but gets bigger. Meanwhile, at the end, it disappears.…