clone method

Implementation

BaseRenderTarget clone() {
  return BaseRenderTarget()..copy( this );
}