reset method

  1. @override
void reset()

Implementation

@override
void reset() {
  _x1 = 0;
  _x2 = 0;
  _y1 = 0;
  _y2 = 0;
}