MarcelGarus / marquee

A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions and velocities, pausing after every round and specifying custom durations and curves for accelerating and decelerating.
MIT License
274 stars 113 forks source link

Add onDone function #61

Closed Jeferson505 closed 3 years ago

Jeferson505 commented 3 years ago

Added a function that will be performed when all rounds are complete.

MarcelGarus commented 3 years ago

Published this as 2.1.0. Thanks for contributing!