shouldExpandAllWhenFiltered property

  1. @Input()
bool shouldExpandAllWhenFiltered
getter/setter pair

When true expand all items when the tree is being filtered.

Implementation

@Input()
bool shouldExpandAllWhenFiltered = true;