operator unary- method
- @override
 
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);
}