copy method

  1. @override
Rectangle copy()
override

Implementation

@override
Rectangle copy() => Rectangle.copyFrom(this);