Describe the bug
When setting TreeViewItem.expanded to true, only the icon is changed. The item children does not show up!
To Reproduce
Steps to reproduce the behavior:
- Create a
final item = TreeViewItem();
- Call
item.expanded = true;
- Item is not expanded
Expected behavior
The item to be expanded
Additional context
n/a
Describe the bug
When setting
TreeViewItem.expandedtotrue, only the icon is changed. The item children does not show up!To Reproduce
Steps to reproduce the behavior:
final item = TreeViewItem();item.expanded = true;Expected behavior
The item to be expanded
Additional context
n/a