Dispose ValueNotifier of cursor controller

pull/236/head
Till Friebe 4 years ago
parent 95359f66b5
commit 292609871c
  1. 3
      lib/src/widgets/cursor.dart

@ -92,6 +92,9 @@ class CursorCont extends ChangeNotifier {
_blinkOpacityCont.removeListener(_onColorTick);
stopCursorTimer();
_blinkOpacityCont.dispose();
show.dispose();
_blink.dispose();
color.dispose();
assert(_cursorTimer == null);
super.dispose();
}

Loading…
Cancel
Save