copy method

Brush copy()

Create a copy of this Brush with the same values. @return {Brush}

Implementation

_i3.Brush copy() => _i4.callMethod(
      this,
      'copy',
      [],
    );