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