onSecondaryTap property

TreeViewItemOnSecondaryTap? onSecondaryTap
final

A tap with a secondary button has occurred.

The item tapped and TapDownDetails are passed to the callback.

Implementation

final TreeViewItemOnSecondaryTap? onSecondaryTap;