lineInset static method

double lineInset(
  1. int depth
)

Column where THIS node's children draw their vertical guide.

Implementation

static double lineInset(int depth) => contentInset(depth) + 10;