operator unary- abstract method

EdgeInsetsGeometry operator unary-()

Returns the EdgeInsetsGeometry object with each dimension 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

EdgeInsetsGeometry operator -();