Alignment constructor

const Alignment(
  1. double x,
  2. double y
)

Alignment API.

Implementation

const Alignment(this.x, this.y);