expandStripWidth property

double get expandStripWidth

Width of the expand/collapse strip (icon box) — one indent unit.

Implementation

double get expandStripWidth =>
    theme.expandIconTheme.width +
    theme.expandIconTheme.padding.horizontal +
    theme.expandIconTheme.margin.horizontal;