dispose method

void dispose()

Releases the resources held by the ValueNotifier.

Implementation

void dispose() {
  imageSizeNotifier.dispose();
  imageRectNotifier.dispose();
  cropRectNotifier.dispose();
  modeNotifier.dispose();
}