setAll method

void setAll(
  1. double value
)

Sets both x and y to value.

Implementation

void setAll(double value) => setValues(value, value);