createAnchor method
Implementation
CellAnchor createAnchor(int offset) {
final anchor = CellAnchor(offset, owner: this);
_anchors.add(anchor);
return anchor;
}
CellAnchor createAnchor(int offset) {
final anchor = CellAnchor(offset, owner: this);
_anchors.add(anchor);
return anchor;
}