dispose method
void
dispose()
Disposes the underlying ValueNotifier to free resources.
Implementation
void dispose() {
controller.dispose();
}
Disposes the underlying ValueNotifier to free resources.
void dispose() {
controller.dispose();
}