setX method

void setX(
  1. double value
)

Implementation

void setX(double value) {
  onNotifyWithCallback(() => x = value);
}