Creates a directional alignment.
The start and y arguments must not be null.
start
y
const AlignmentDirectional(this.start, this.y) : assert(start != null), assert(y != null);