onShowHoverHighlight property
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;
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.
final ValueChanged<bool>? onShowHoverHighlight;