Change expansion icon when item expands/contracts
This commit is contained in:
parent
71fb121848
commit
784c981fff
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ class _TreeNodeState<T> extends State<TreeNode<T>>
|
|||
onTap: () => _handleExpand(),
|
||||
child: _TreeNodeExpander(
|
||||
speed: _controller.duration!,
|
||||
expanded: widget.node.expanded,
|
||||
expanded: _isExpanded,
|
||||
themeData: _theme.expanderTheme,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue