copy method

TexArea copy()

Implementation

TexArea copy() => TexArea(
    rect: Rect.fromLTWH(rect.left, rect.top, rect.width, rect.height), pageIndex: pageIndex);