animated_tree_view
animated_tree_view copied to clipboard
Why node.data can be null?
If I declare the tree data type as not null it should preserve this type. If I want to make it nullable I just can put <MyType?>
.