setValues method

  1. @override
void setValues(
  1. double x_,
  2. double y_
)
override

Set the values of the vector.

Implementation

@override
void setValues(double x_, double y_) {
  super.setValues(x_, y_);
  notifyListeners();
}