Returns the negation of the given Alignment.
@override Alignment operator -() { return Alignment(-x, -y); }