aagarwal1012 / aagarwal1012/Animated-Text-Kit
Support returning currently displayed text onTap
Abierto
- Lenguaje dominante
- Dart
- Estrellas
- 1.8k
- Forks
- 321
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.