negate method

  1. @override
void negate()
override

Negate.

Implementation

@override
void negate() {
  super.negate();
  notifyListeners();
}