isExpandable property

bool Function(T node)? isExpandable
final

An optional predicate that returns whether node can be expanded.

Implementation

final bool Function(T node)? isExpandable;