operator - method

EdgeInsets operator -(
  1. EdgeInsets other
)

Implementation

EdgeInsets operator -(EdgeInsets other) {
  return subtract(other);
}