createAnchorFromOffset method
Create a new CellAnchor at the specified x and y coordinates.
Implementation
CellAnchor createAnchorFromOffset(CellOffset offset) {
return lines[offset.y].createAnchor(offset.x);
}
Create a new CellAnchor at the specified x and y coordinates.
CellAnchor createAnchorFromOffset(CellOffset offset) {
return lines[offset.y].createAnchor(offset.x);
}