NotifyingVector2 constructor

NotifyingVector2(
  1. double x,
  2. double y
)

Implementation

factory NotifyingVector2(double x, double y) =>
    NotifyingVector2.zero()..setValues(x, y);