start method

Position start(
  1. Node node
)

the start position of the block component.

For the text block component, the start position is always 0.

Implementation

Position start(Node node) => Position(path: node.path, offset: 0);