addBlankLine method

void addBlankLine()

Adds a blank line to the output contents.

Not to be confused with addEdge – does not affect the rendered graph.

Implementation

void addBlankLine() {
  _items.add(const _Blank());
}