operator - method

AxisSize operator -(
  1. AxisSize other
)

Implementation

AxisSize operator -(AxisSize other) => AxisSize._(
    Size(_size.width - other._size.width, _size.height - other._size.height));