decrement method

  1. @override
void decrement()
override

Implementation

@override
void decrement() {
  cursor = previousCursor;
}