onInvoked property

TreeViewItemInvoked? onInvoked
final

Called when this item is invoked

This item is passed to the callback.

This callback is executed after the global TreeView.onItemInvoked-callback.

Implementation

final TreeViewItemInvoked? onInvoked;