Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter_simple_treeview: could not configure tree node height #530

Open
javaone199 opened this issue Apr 25, 2024 · 0 comments
Open

Flutter_simple_treeview: could not configure tree node height #530

javaone199 opened this issue Apr 25, 2024 · 0 comments

Comments

@javaone199
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant