aagarwal1012 / Animated-Text-Kit

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
https://animated-text-kit.web.app
MIT License
1.65k stars 305 forks source link

Support returning currently displayed text onTap #288

Open simonpham opened 2 years ago

simonpham commented 2 years ago

Describe the solution you'd like

AnimatedTextKit(
  onTap: (String currentText) {
    // I can do something with currentText here.
  }
)

Additional context This is useful for animated text kit in the search bar, which users can quickly tap to the displayed text to search for it.