Alignment constructor

const Alignment(
  1. int horizontal,
  2. int vertical
)

Implementation

const Alignment(this.horizontal, this.vertical);