onDoublePressed property

VoidCallback? onDoublePressed
final

Callback invoked when the tree item is double-pressed/double-clicked.

Type: VoidCallback?. Called for double-click interactions. If null, the item will not respond to double-click gestures.

Implementation

final VoidCallback? onDoublePressed;