animated_tree_view icon indicating copy to clipboard operation
animated_tree_view copied to clipboard

fix: fixed nested on tap to work with tile expansion

Open iamwaseemsh opened this issue 1 year ago • 0 comments

Our tree node has own onTap therefore when i was tapping on a node element it was not being expanded because our node's onTap was being called. Therefore, there were multiple onTap in child parent flow, i have added RawGestureDetector now both onTap animated_tree_view's internal ontap and any node's custom ontap are working.

iamwaseemsh avatar May 05 '23 12:05 iamwaseemsh