onItemTap property

ValueSetter<Tree>? onItemTap
finalinherited

An optional callback that can be used to handle any action when an item is tapped or clicked

Implementation

final ValueSetter<Tree>? onItemTap;