aagarwal1012 / aagarwal1012/Animated-Text-Kit
Support returning currently displayed text onTap
Open
- Dominant language
- Dart
- Stars
- 1.8k
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the solution you'd like**
```dart
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.
Contributor guide
Assessment
This issue has not been assessed yet.