expandedCount property
int
get
expandedCount
The number of expanded tree items.
Implementation
int get expandedCount => expandedKeys.length;
The number of expanded tree items.
int get expandedCount => expandedKeys.length;