onShowHoverHighlight property

ValueChanged<bool>? onShowHoverHighlight
final

A function that will be called when the hover highlight should be shown or hidden.

This method is not triggered at the unmount of the widget.

Implementation

final ValueChanged<bool>? onShowHoverHighlight;