indenterStyleFunc method
Sets the indentation style function. Use this for conditional styling.
This mirrors lipgloss v2 IndenterStyleFunc.
Implementation
Tree indenterStyleFunc(TreeNodeStyleFunc fn) {
_ensureRenderer().style.indenterStyle = fn;
return this;
}