operator unary- method Null safety
override
Returns the negation of the given Alignment.
Implementation
@override
FractionalOffset operator -() {
return FractionalOffset(-dx, -dy);
}
Returns the negation of the given Alignment.
@override
FractionalOffset operator -() {
return FractionalOffset(-dx, -dy);
}