operator + method

EdgeInsets operator +(
  1. EdgeInsets other
)

Implementation

EdgeInsets operator +(EdgeInsets other) {
  return add(other);
}