operator - method
Returns the difference between two EdgeInsets.
Implementation
@override
EdgeInsets operator -(EdgeInsets other) => $value - other;
Returns the difference between two EdgeInsets.
@override
EdgeInsets operator -(EdgeInsets other) => $value - other;