dispose method
void
dispose()
Disposes of the ValueNotifier. This should be called when the AnimatedTextController is no longer needed.
Implementation
void dispose() {
stateNotifier.dispose();
}
Disposes of the ValueNotifier. This should be called when the AnimatedTextController is no longer needed.
void dispose() {
stateNotifier.dispose();
}