$NormalizedVertex constructor

$NormalizedVertex({
  1. double? x,
  2. double? y,
})

Implementation

$NormalizedVertex({
  this.x,
  this.y,
});