Alignment constructor

Alignment({
  1. int? x,
  2. int? y,
})

Implementation

Alignment({this.x, this.y});