onLongPress property

VoidCallback? onLongPress
final

The callback for long pressing the button, which can not be customized in IconButton. Note that onLongPress will make tooltip unavailable.

Implementation

final VoidCallback? onLongPress;