operator + method

  1. @override
EdgeInsets operator +(
  1. EdgeInsets other
)
override

Returns the sum of two EdgeInsets.

Implementation

@override
EdgeInsets operator +(EdgeInsets other) => $value + other;