Alignment constructor

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

Implementation

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