expanded property

bool expanded

Whether the node is expanded or collapsed.

Implementation

bool get expanded => _properties['expanded'] as bool? ?? false;