Open javaone199 opened 6 months ago
Flutter_simple_treeview: could not configure tree node height.
TreeView(nodes: [ TreeNode(content: Text('Node1'), TreeNode(content: Text('Node2'), TreeNode(content: Text('Node3'), ]);
Text height is 20, node height is 48. How to change node height to 24? Does the Icon(expand/collapse) have the height of 48 that forces the node height to be 48?
Flutter_simple_treeview: could not configure tree node height.
Text height is 20, node height is 48. How to change node height to 24? Does the Icon(expand/collapse) have the height of 48 that forces the node height to be 48?