Scales the Alignment in each dimension by the given factor.
@override Alignment operator *(double other) { return Alignment(x * other, y * other); }