isExpanded method

bool isExpanded(
  1. WidgetData node
)

Implementation

bool isExpanded(WidgetData node) => _expanded[node] ?? true;