TreeViewItemOnSecondaryTap typedef

TreeViewItemOnSecondaryTap = void Function(TreeViewItem item, TapDownDetails details)

A callback that receives a notification that an item received a secondary tap.

Used by TreeView.onSecondaryTap

Implementation

typedef TreeViewItemOnSecondaryTap =
    void Function(TreeViewItem item, TapDownDetails details);