dispose method

void dispose()

Disposes of the ValueNotifier. This should be called when the AnimatedTextController is no longer needed.

Implementation

void dispose() {
  stateNotifier.dispose();
}