google / flutter.widgets

https://pub.dev/packages/flutter_widgets
BSD 3-Clause "New" or "Revised" License
1.38k stars 488 forks source link

Flutter_simple_treeview: could not configure tree node height #530

Open javaone199 opened 6 months ago

javaone199 commented 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?