operator unary- abstract method
Returns the BorderRadiusGeometry object with each corner radius negated.
This is the same as multiplying the object by -1.0.
This operator returns an object of the same type as the operand.
Implementation
BorderRadiusGeometry operator -();