rotateAlignment method

Implementation

@visibleForTesting
// isn't behaving the way I'd expect it to
StyleContext rotateAlignment(AlignmentGeometry x) {
  _rotateAlignment = x;
  return this;
}