isExpanded property

bool get isExpanded

Shows whether the node is expanded or not

Implementation

bool get isExpanded => expansionNotifier.value;