contentInset static method

double contentInset(
  1. int depth
)

Content inset of a row at depth.

Implementation

static double contentInset(int depth) => 13 + depth * gutter;