operator unary- method Null safety
override
    Returns the negation of the given AlignmentDirectional.
Implementation
@override
AlignmentDirectional operator -() {
  return AlignmentDirectional(-start, -y);
}Returns the negation of the given AlignmentDirectional.
@override
AlignmentDirectional operator -() {
  return AlignmentDirectional(-start, -y);
}