dispose method

void dispose()

Disposes the underlying ValueNotifier to free resources.

Implementation

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